Html Css Color HEX #6F4C16 Raw Umber

📋 copy color: '#6F4C16'

red 111 ◦ green 76 ◦ blue 22

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

Shades of Raw Umber #6F4C16

Tints of Raw Umber #6F4C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

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

R = 53.11%
G = 36.36%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#6F4C16 (or 0x6F4C16) is known color: Raw Umber. HEX triplet: 6F, 4C and 16. RGB value is (111,76,22). Sum of RGB (Red+Green+Blue) = 111+76+22=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4C16 is #90B3E9. Grayscale: #505050. Windows color (decimal): -9483242 or 1461359. OLE color: 1461359.

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

Color convert

RGB 111 76 22 -
CMYK 0 0.32 0.80 0.56
HSL 36.4º 0.67% 0.26% -
HSV(B) 36.4º 0.8% 0.44% -
XYZ 9.28 8.61 1.93 -
YUV 80.31 95.1 149.89 -
System Red Green Blue C M Y K H S L
Decimal 111 76 22 0 0.32 0.80 0.56 36.4 0.67 0.26
Hex 6F 4C 16 0 20 50 38 24 43 1A
Octal 157 114 26 0 40 120 70 44 103 32
Binary 1101111 1001100 10110 0 100000 1010000 111000 100100 1000011 11010

Color Harmonies of #6F4C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4C16

Black with #6F4C16

Text Example


Text Example

White with #6F4C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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