Html Css Color HEX #6F4A08 Raw Umber

📋 copy color: '#6F4A08'

red 111 ◦ green 74 ◦ blue 8

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

Shades of Raw Umber #6F4A08

Tints of Raw Umber #6F4A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.34%

 BLUE value IS 8 (3.52% from 255) = 4.15%

R = 57.51%
G = 38.34%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#6F4A08 (or 0x6F4A08) is known color: Raw Umber. HEX triplet: 6F, 4A and 08. RGB value is (111,74,8). Sum of RGB (Red+Green+Blue) = 111+74+8=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4A08 is #90B5F7. Grayscale: #4D4D4D. Windows color (decimal): -9483768 or 543343. OLE color: 543343.

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

Color convert

RGB 111 74 8 -
CMYK 0 0.33 0.93 0.56
HSL 38.45º 0.87% 0.23% -
HSV(B) 38.45º 0.93% 0.44% -
XYZ 9.05 8.29 1.35 -
YUV 77.54 88.76 151.87 -
System Red Green Blue C M Y K H S L
Decimal 111 74 8 0 0.33 0.93 0.56 38.45 0.87 0.23
Hex 6F 4A 8 0 21 5D 38 26 57 17
Octal 157 112 10 0 41 135 70 46 127 27
Binary 1101111 1001010 1000 0 100001 1011101 111000 100110 1010111 10111

Color Harmonies of #6F4A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4A08

Black with #6F4A08

Text Example


Text Example

White with #6F4A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,74,8); }

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

background-color css

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

 a { background-color: rgb(111,74,8); }

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

border-color css

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

 span { border-color: rgb(111,74,8); }

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