Html Css Color HEX #6F490E Raw Umber

📋 copy color: '#6F490E'

red 111 ◦ green 73 ◦ blue 14

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

Shades of Raw Umber #6F490E

Tints of Raw Umber #6F490E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.87%

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

R = 56.06%
G = 36.87%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F490E (or 0x6F490E) is known color: Raw Umber. HEX triplet: 6F, 49 and 0E. RGB value is (111,73,14). Sum of RGB (Red+Green+Blue) = 111+73+14=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F490E is #90B6F1. Grayscale: #4D4D4D. Windows color (decimal): -9484018 or 936303. OLE color: 936303.

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

Color convert

RGB 111 73 14 -
CMYK 0 0.34 0.87 0.56
HSL 36.49º 0.78% 0.25% -
HSV(B) 36.49º 0.87% 0.44% -
XYZ 9.02 8.18 1.52 -
YUV 77.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 111 73 14 0 0.34 0.87 0.56 36.49 0.78 0.25
Hex 6F 49 E 0 22 57 38 24 4E 19
Octal 157 111 16 0 42 127 70 44 116 31
Binary 1101111 1001001 1110 0 100010 1010111 111000 100100 1001110 11001

Color Harmonies of #6F490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F490E

Black with #6F490E

Text Example


Text Example

White with #6F490E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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