Html Css Color HEX #6F500E Raw Umber

📋 copy color: '#6F500E'

red 111 ◦ green 80 ◦ blue 14

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

Shades of Raw Umber #6F500E

Tints of Raw Umber #6F500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 54.15%
G = 39.02%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F500E (or 0x6F500E) is known color: Raw Umber. HEX triplet: 6F, 50 and 0E. RGB value is (111,80,14). Sum of RGB (Red+Green+Blue) = 111+80+14=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F500E is #90AFF1. Grayscale: #525252. Windows color (decimal): -9482226 or 938095. OLE color: 938095.

HSL color Cylindrical-coordinate representation of color #6F500E: hue angle of 40.82º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F500E is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 80 14 -
CMYK 0 0.28 0.87 0.56
HSL 40.82º 0.78% 0.25% -
HSV(B) 40.82º 0.87% 0.44% -
XYZ 9.5 9.15 1.68 -
YUV 81.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 111 80 14 0 0.28 0.87 0.56 40.82 0.78 0.25
Hex 6F 50 E 0 1C 57 38 29 4E 19
Octal 157 120 16 0 34 127 70 51 116 31
Binary 1101111 1010000 1110 0 11100 1010111 111000 101001 1001110 11001

Color Harmonies of #6F500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F500E

Black with #6F500E

Text Example


Text Example

White with #6F500E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,80,14); }

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

background-color css

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

 a { background-color: rgb(111,80,14); }

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

border-color css

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

 span { border-color: rgb(111,80,14); }

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