Html Css Color HEX #6F5914 Raw Umber

📋 copy color: '#6F5914'

red 111 ◦ green 89 ◦ blue 20

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

Shades of Raw Umber #6F5914

Tints of Raw Umber #6F5914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.45%

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

R = 50.45%
G = 40.45%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#6F5914 (or 0x6F5914) is known color: Raw Umber. HEX triplet: 6F, 59 and 14. RGB value is (111,89,20). Sum of RGB (Red+Green+Blue) = 111+89+20=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5914 is #90A6EB. Grayscale: #585858. Windows color (decimal): -9479916 or 1333615. OLE color: 1333615.

HSL color Cylindrical-coordinate representation of color #6F5914: hue angle of 45.49º 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 #6F5914 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 89 20 -
CMYK 0 0.20 0.82 0.56
HSL 45.49º 0.69% 0.26% -
HSV(B) 45.49º 0.82% 0.44% -
XYZ 10.25 10.57 2.16 -
YUV 87.71 89.79 144.61 -
System Red Green Blue C M Y K H S L
Decimal 111 89 20 0 0.20 0.82 0.56 45.49 0.69 0.26
Hex 6F 59 14 0 14 52 38 2D 45 1A
Octal 157 131 24 0 24 122 70 55 105 32
Binary 1101111 1011001 10100 0 10100 1010010 111000 101101 1000101 11010

Color Harmonies of #6F5914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5914

Black with #6F5914

Text Example


Text Example

White with #6F5914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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