Html Css Color HEX #6F4816 Raw Umber

📋 copy color: '#6F4816'

red 111 ◦ green 72 ◦ blue 22

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

Shades of Raw Umber #6F4816

Tints of Raw Umber #6F4816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.12%

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 54.15%
G = 35.12%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#6F4816 (or 0x6F4816) is known color: Raw Umber. HEX triplet: 6F, 48 and 16. RGB value is (111,72,22). Sum of RGB (Red+Green+Blue) = 111+72+22=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4816 is #90B7E9. Grayscale: #4E4E4E. Windows color (decimal): -9484266 or 1460335. OLE color: 1460335.

HSL color Cylindrical-coordinate representation of color #6F4816: hue angle of 33.71º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F4816 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 72 22 -
CMYK 0 0.35 0.80 0.56
HSL 33.71º 0.67% 0.26% -
HSV(B) 33.71º 0.8% 0.44% -
XYZ 9.02 8.07 1.84 -
YUV 77.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 111 72 22 0 0.35 0.80 0.56 33.71 0.67 0.26
Hex 6F 48 16 0 23 50 38 22 43 1A
Octal 157 110 26 0 43 120 70 42 103 32
Binary 1101111 1001000 10110 0 100011 1010000 111000 100010 1000011 11010

Color Harmonies of #6F4816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4816

Black with #6F4816

Text Example


Text Example

White with #6F4816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,72,22); }

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

background-color css

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

 a { background-color: rgb(111,72,22); }

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

border-color css

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

 span { border-color: rgb(111,72,22); }

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