Html Css Color HEX #6F490F Raw Umber

📋 copy color: '#6F490F'

red 111 ◦ green 73 ◦ blue 15

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

Shades of Raw Umber #6F490F

Tints of Raw Umber #6F490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 55.78%
G = 36.68%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F490F (or 0x6F490F) is known color: Raw Umber. HEX triplet: 6F, 49 and 0F. RGB value is (111,73,15). Sum of RGB (Red+Green+Blue) = 111+73+15=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F490F is #90B6F0. Grayscale: #4E4E4E. Windows color (decimal): -9484017 or 1001839. OLE color: 1001839.

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

Color convert

RGB 111 73 15 -
CMYK 0 0.34 0.86 0.56
HSL 36.25º 0.76% 0.25% -
HSV(B) 36.25º 0.86% 0.44% -
XYZ 9.02 8.18 1.56 -
YUV 77.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 111 73 15 0 0.34 0.86 0.56 36.25 0.76 0.25
Hex 6F 49 F 0 22 56 38 24 4C 19
Octal 157 111 17 0 42 126 70 44 114 31
Binary 1101111 1001001 1111 0 100010 1010110 111000 100100 1001100 11001

Color Harmonies of #6F490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F490F

Black with #6F490F

Text Example


Text Example

White with #6F490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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