Html Css Color HEX #6F5216 Raw Umber

📋 copy color: '#6F5216'

red 111 ◦ green 82 ◦ blue 22

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

Shades of Raw Umber #6F5216

Tints of Raw Umber #6F5216

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.14%

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

R = 51.63%
G = 38.14%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#6F5216 (or 0x6F5216) is known color: Raw Umber. HEX triplet: 6F, 52 and 16. RGB value is (111,82,22). Sum of RGB (Red+Green+Blue) = 111+82+22=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5216 is #90ADE9. Grayscale: #545454. Windows color (decimal): -9481706 or 1462895. OLE color: 1462895.

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

Color convert

RGB 111 82 22 -
CMYK 0 0.26 0.80 0.56
HSL 40.45º 0.67% 0.26% -
HSV(B) 40.45º 0.8% 0.44% -
XYZ 9.72 9.47 2.08 -
YUV 83.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 111 82 22 0 0.26 0.80 0.56 40.45 0.67 0.26
Hex 6F 52 16 0 1A 50 38 28 43 1A
Octal 157 122 26 0 32 120 70 50 103 32
Binary 1101111 1010010 10110 0 11010 1010000 111000 101000 1000011 11010

Color Harmonies of #6F5216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5216

Black with #6F5216

Text Example


Text Example

White with #6F5216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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