Html Css Color HEX #6F5208 Raw Umber

📋 copy color: '#6F5208'

red 111 ◦ green 82 ◦ blue 8

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

Shades of Raw Umber #6F5208

Tints of Raw Umber #6F5208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

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

R = 55.22%
G = 40.8%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#6F5208 (or 0x6F5208) is known color: Raw Umber. HEX triplet: 6F, 52 and 08. RGB value is (111,82,8). Sum of RGB (Red+Green+Blue) = 111+82+8=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5208 is #90ADF7. Grayscale: #525252. Windows color (decimal): -9481720 or 545391. OLE color: 545391.

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

Color convert

RGB 111 82 8 -
CMYK 0 0.26 0.93 0.56
HSL 43.11º 0.87% 0.23% -
HSV(B) 43.11º 0.93% 0.44% -
XYZ 9.62 9.43 1.54 -
YUV 82.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 111 82 8 0 0.26 0.93 0.56 43.11 0.87 0.23
Hex 6F 52 8 0 1A 5D 38 2B 57 17
Octal 157 122 10 0 32 135 70 53 127 27
Binary 1101111 1010010 1000 0 11010 1011101 111000 101011 1010111 10111

Color Harmonies of #6F5208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5208

Black with #6F5208

Text Example


Text Example

White with #6F5208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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