Html Css Color HEX #6F4914 Raw Umber

📋 copy color: '#6F4914'

red 111 ◦ green 73 ◦ blue 20

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

Shades of Raw Umber #6F4914

Tints of Raw Umber #6F4914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.78%

 BLUE value IS 20 (8.2% from 255) = 9.8%

R = 54.41%
G = 35.78%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#6F4914 (or 0x6F4914) is known color: Raw Umber. HEX triplet: 6F, 49 and 14. RGB value is (111,73,20). Sum of RGB (Red+Green+Blue) = 111+73+20=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4914 is #90B6EB. Grayscale: #4E4E4E. Windows color (decimal): -9484012 or 1329519. OLE color: 1329519.

HSL color Cylindrical-coordinate representation of color #6F4914: hue angle of 34.95º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F4914 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 73 20 -
CMYK 0 0.34 0.82 0.56
HSL 34.95º 0.69% 0.26% -
HSV(B) 34.95º 0.82% 0.44% -
XYZ 9.06 8.2 1.77 -
YUV 78.32 95.09 151.31 -
System Red Green Blue C M Y K H S L
Decimal 111 73 20 0 0.34 0.82 0.56 34.95 0.69 0.26
Hex 6F 49 14 0 22 52 38 23 45 1A
Octal 157 111 24 0 42 122 70 43 105 32
Binary 1101111 1001001 10100 0 100010 1010010 111000 100011 1000101 11010

Color Harmonies of #6F4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4914

Black with #6F4914

Text Example


Text Example

White with #6F4914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,73,20); }

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

background-color css

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

 a { background-color: rgb(111,73,20); }

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

border-color css

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

 span { border-color: rgb(111,73,20); }

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