Html Css Color HEX #6F5004 Raw Umber

📋 copy color: '#6F5004'

red 111 ◦ green 80 ◦ blue 4

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

Shades of Raw Umber #6F5004

Tints of Raw Umber #6F5004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.05%

R = 56.92%
G = 41.03%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#6F5004 (or 0x6F5004) is known color: Raw Umber. HEX triplet: 6F, 50 and 04. RGB value is (111,80,4). Sum of RGB (Red+Green+Blue) = 111+80+4=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5004 is #90AFFB. Grayscale: #505050. Windows color (decimal): -9482236 or 282735. OLE color: 282735.

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

Color convert

RGB 111 80 4 -
CMYK 0 0.28 0.96 0.56
HSL 42.62º 0.93% 0.23% -
HSV(B) 42.62º 0.96% 0.44% -
XYZ 9.45 9.13 1.38 -
YUV 80.61 84.77 149.68 -
System Red Green Blue C M Y K H S L
Decimal 111 80 4 0 0.28 0.96 0.56 42.62 0.93 0.23
Hex 6F 50 4 0 1C 60 38 2B 5D 17
Octal 157 120 4 0 34 140 70 53 135 27
Binary 1101111 1010000 100 0 11100 1100000 111000 101011 1011101 10111

Color Harmonies of #6F5004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5004

Black with #6F5004

Text Example


Text Example

White with #6F5004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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