Html Css Color HEX #6F6008 Raw Umber

📋 copy color: '#6F6008'

red 111 ◦ green 96 ◦ blue 8

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

Shades of Raw Umber #6F6008

Tints of Raw Umber #6F6008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.65%

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

R = 51.63%
G = 44.65%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#6F6008 (or 0x6F6008) is known color: Raw Umber. HEX triplet: 6F, 60 and 08. RGB value is (111,96,8). Sum of RGB (Red+Green+Blue) = 111+96+8=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6008 is #909FF7. Grayscale: #5A5A5A. Windows color (decimal): -9478136 or 548975. OLE color: 548975.

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

Color convert

RGB 111 96 8 -
CMYK 0 0.14 0.93 0.56
HSL 51.26º 0.87% 0.23% -
HSV(B) 51.26º 0.93% 0.44% -
XYZ 10.78 11.76 1.93 -
YUV 90.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 111 96 8 0 0.14 0.93 0.56 51.26 0.87 0.23
Hex 6F 60 8 0 E 5D 38 33 57 17
Octal 157 140 10 0 16 135 70 63 127 27
Binary 1101111 1100000 1000 0 1110 1011101 111000 110011 1010111 10111

Color Harmonies of #6F6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6008

Black with #6F6008

Text Example


Text Example

White with #6F6008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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