#6B1B06

Color #6B1B06 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #6B1B06

Tints of Red Oxide #6B1B06

Color information

#6B1B06 (or 0x6B1B06) is unknown color: approx Red Oxide. HEX triplet: 6B, 1B and 06. RGB value is (107,27,6). Sum of RGB (Red+Green+Blue) = 107+27+6=140 (18% of max value = 765). Red value is 107 (42.19% from 255 or 76.43% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1B06 is #94E4F9. Grayscale: #303030. Windows color (decimal): -9757946 or 400235. OLE color: 400235.

HSL color Cylindrical-coordinate representation of color #6B1B06: hue angle of 12.48º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B1B06 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB107276-
CMYK00.750.940.58
HSL12.48º89.38%22.16%-
HSV(B)12.48º94.39%41.96%-
XYZ6.493.920.59-
YUV48.53104169.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 76.43%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=76.43%
G=19.29%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10727600.750.940.5812.4889.3822.16
Hex6B1B604B5E3Ac5916
Octal1533360113136721413126
Binary1101011110111100100101110111101110101100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B1B06; }

 p { color: rgb(107,27,6); }

 H1.HeaderClassName
 {
   color: #6B1B06;
 }
 .AnyTagClassName
 {
   color: #6B1B06;
 }
</style>
background-color css

<style>
 a { background-color: #6B1B06; }

 a { background-color: rgb(107,27,6); }

 div.DivClassName
 {
   background-color: #6B1B06;
 }
 .BgClassName
 {
   background-color: #6B1B06;
 }
</style>
border-color css

<style>
 span { border-color: #6B1B06; }

 span { border-color: rgb(107,27,6); }

 td.TdClassName
 {
   border-color: #6B1B06;
 }
 .TagClassName
 {
   border-color: #6B1B06;
 }
</style>