Html Css Color HEX #6F4F0E Raw Umber

📋 copy color: '#6F4F0E'

red 111 ◦ green 79 ◦ blue 14

#6F4F0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #6F4F0E

Tints of Raw Umber #6F4F0E

RGB

 RED value IS 111 (43.75% from 255) = 54.41%

 GREEN value IS 79 (31.25% from 255) = 38.73%

 BLUE value IS 14 (5.86% from 255) = 6.86%

R = 54.41%
G = 38.73%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F4F0E (or 0x6F4F0E) is known color: Raw Umber. HEX triplet: 6F, 4F and 0E. RGB value is (111,79,14). Sum of RGB (Red+Green+Blue) = 111+79+14=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F4F0E is #90B0F1. Grayscale: #515151. Windows color (decimal): -9482482 or 937839. OLE color: 937839.

HSL color Cylindrical-coordinate representation of color #6F4F0E: hue angle of 40.21º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F4F0E is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 79 14 -
CMYK 0 0.29 0.87 0.56
HSL 40.21º 0.78% 0.25% -
HSV(B) 40.21º 0.87% 0.44% -
XYZ 9.43 9 1.66 -
YUV 81.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 111 79 14 0 0.29 0.87 0.56 40.21 0.78 0.25
Hex 6F 4F E 0 1D 57 38 28 4E 19
Octal 157 117 16 0 35 127 70 50 116 31
Binary 1101111 1001111 1110 0 11101 1010111 111000 101000 1001110 11001

Color Harmonies of #6F4F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4F0E

Black with #6F4F0E

Text Example


Text Example

White with #6F4F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,79,14); }

 H1.HeaderClassName
 {
   color: #6F4F0E;
 }
 .AnyTagClassName
 {
   color: #6F4F0E;
 }
</style>

background-color css

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

 a { background-color: rgb(111,79,14); }

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

border-color css

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

 span { border-color: rgb(111,79,14); }

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