#6F420A

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

Shades of Raw Umber #6F420A

Tints of Raw Umber #6F420A

Color information

#6F420A (or 0x6F420A) is unknown color: approx Raw Umber. HEX triplet: 6F, 42 and 0A. RGB value is (111,66,10). Sum of RGB (Red+Green+Blue) = 111+66+10=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F420A is #90BDF5. Grayscale: #494949. Windows color (decimal): -9485814 or 672367. OLE color: 672367.

HSL color Cylindrical-coordinate representation of color #6F420A: hue angle of 33.27º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F420A is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1116610-
CMYK00.410.910.56
HSL33.27º83.47%23.73%-
HSV(B)33.27º90.99%43.53%-
XYZ8.567.31.24-
YUV73.0792.41155.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.36%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 10 (4.30% from 255) = 5.35%
R=59.36%
G=35.29%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111661000.410.910.5633.2783.4723.73
Hex6F42A0295B38215318
Octal15710212051133704112330
Binary11011111000010101001010011011011111000100001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,66,10); }

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

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

 a { background-color: rgb(111,66,10); }

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

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

 span { border-color: rgb(111,66,10); }

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