Html Css Color HEX #6F5007 Raw Umber

📋 copy color: '#6F5007'

red 111 ◦ green 80 ◦ blue 7

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

Shades of Raw Umber #6F5007

Tints of Raw Umber #6F5007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.54%

R = 56.06%
G = 40.4%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#6F5007 (or 0x6F5007) is known color: Raw Umber. HEX triplet: 6F, 50 and 07. RGB value is (111,80,7). Sum of RGB (Red+Green+Blue) = 111+80+7=198 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.06% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5007 is #90AFF8. Grayscale: #515151. Windows color (decimal): -9482233 or 479343. OLE color: 479343.

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

Color convert

RGB 111 80 7 -
CMYK 0 0.28 0.94 0.56
HSL 42.12º 0.88% 0.23% -
HSV(B) 42.12º 0.94% 0.44% -
XYZ 9.46 9.13 1.46 -
YUV 80.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 111 80 7 0 0.28 0.94 0.56 42.12 0.88 0.23
Hex 6F 50 7 0 1C 5E 38 2A 58 17
Octal 157 120 7 0 34 136 70 52 130 27
Binary 1101111 1010000 111 0 11100 1011110 111000 101010 1011000 10111

Color Harmonies of #6F5007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5007

Black with #6F5007

Text Example


Text Example

White with #6F5007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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