#6B3E10

Color #6B3E10 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #6B3E10

Tints of Raw Umber #6B3E10

Color information

#6B3E10 (or 0x6B3E10) is unknown color: approx Raw Umber. HEX triplet: 6B, 3E and 10. RGB value is (107,62,16). Sum of RGB (Red+Green+Blue) = 107+62+16=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3E10 is #94C1EF. Grayscale: #464646. Windows color (decimal): -9748976 or 1064555. OLE color: 1064555.

HSL color Cylindrical-coordinate representation of color #6B3E10: hue angle of 30.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B3E10 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB1076216-
CMYK00.420.850.58
HSL30.33º73.98%24.12%-
HSV(B)30.33º85.05%41.96%-
XYZ7.886.611.35-
YUV70.2197.41154.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 57.84%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=57.84%
G=33.51%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107621600.420.850.5830.3373.9824.12
Hex6B3E1002A553A1e4a18
Octal1537620052125723611230
Binary1101011111110100000101010101010111101011110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,62,16); }

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

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

 a { background-color: rgb(107,62,16); }

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

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

 span { border-color: rgb(107,62,16); }

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