Html Css Color HEX #6F4B16 Raw Umber

📋 copy color: '#6F4B16'

red 111 ◦ green 75 ◦ blue 22

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

Shades of Raw Umber #6F4B16

Tints of Raw Umber #6F4B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.06%

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

R = 53.37%
G = 36.06%
B = 10.58%

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

#6F4B16 (or 0x6F4B16) is known color: Raw Umber. HEX triplet: 6F, 4B and 16. RGB value is (111,75,22). Sum of RGB (Red+Green+Blue) = 111+75+22=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4B16 is #90B4E9. Grayscale: #4F4F4F. Windows color (decimal): -9483498 or 1461103. OLE color: 1461103.

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

Color convert

RGB 111 75 22 -
CMYK 0 0.32 0.80 0.56
HSL 35.73º 0.67% 0.26% -
HSV(B) 35.73º 0.8% 0.44% -
XYZ 9.22 8.47 1.91 -
YUV 79.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 111 75 22 0 0.32 0.80 0.56 35.73 0.67 0.26
Hex 6F 4B 16 0 20 50 38 24 43 1A
Octal 157 113 26 0 40 120 70 44 103 32
Binary 1101111 1001011 10110 0 100000 1010000 111000 100100 1000011 11010

Color Harmonies of #6F4B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4B16

Black with #6F4B16

Text Example


Text Example

White with #6F4B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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