#6F430B

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

Shades of Raw Umber #6F430B

Tints of Raw Umber #6F430B

Color information

#6F430B (or 0x6F430B) is unknown color: approx Raw Umber. HEX triplet: 6F, 43 and 0B. RGB value is (111,67,11). Sum of RGB (Red+Green+Blue) = 111+67+11=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F430B is #90BCF4. Grayscale: #4A4A4A. Windows color (decimal): -9485557 or 738159. OLE color: 738159.

HSL color Cylindrical-coordinate representation of color #6F430B: hue angle of 33.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F430B is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1116711-
CMYK00.400.900.56
HSL33.6º81.97%23.92%-
HSV(B)33.6º90.09%43.53%-
XYZ8.627.421.29-
YUV73.7792.58154.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.73%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 11 (4.69% from 255) = 5.82%
R=58.73%
G=35.45%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111671100.400.900.5633.681.9723.92
Hex6F43B0285A38225218
Octal15710313050132704212230
Binary11011111000011101101010001011010111000100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,67,11); }

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

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

 a { background-color: rgb(111,67,11); }

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

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

 span { border-color: rgb(111,67,11); }

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