Html Css Color HEX #6F4616 Raw Umber

📋 copy color: '#6F4616'

red 111 ◦ green 70 ◦ blue 22

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

Shades of Raw Umber #6F4616

Tints of Raw Umber #6F4616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.48%

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

R = 54.68%
G = 34.48%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#6F4616 (or 0x6F4616) is known color: Raw Umber. HEX triplet: 6F, 46 and 16. RGB value is (111,70,22). Sum of RGB (Red+Green+Blue) = 111+70+22=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4616 is #90B9E9. Grayscale: #4D4D4D. Windows color (decimal): -9484778 or 1459823. OLE color: 1459823.

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

Color convert

RGB 111 70 22 -
CMYK 0 0.37 0.80 0.56
HSL 32.36º 0.67% 0.26% -
HSV(B) 32.36º 0.8% 0.44% -
XYZ 8.89 7.82 1.8 -
YUV 76.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 111 70 22 0 0.37 0.80 0.56 32.36 0.67 0.26
Hex 6F 46 16 0 25 50 38 20 43 1A
Octal 157 106 26 0 45 120 70 40 103 32
Binary 1101111 1000110 10110 0 100101 1010000 111000 100000 1000011 11010

Color Harmonies of #6F4616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4616

Black with #6F4616

Text Example


Text Example

White with #6F4616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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