Html Css Color HEX #6F520E Raw Umber

📋 copy color: '#6F520E'

red 111 ◦ green 82 ◦ blue 14

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

Shades of Raw Umber #6F520E

Tints of Raw Umber #6F520E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.76%

R = 53.62%
G = 39.61%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F520E (or 0x6F520E) is known color: Raw Umber. HEX triplet: 6F, 52 and 0E. RGB value is (111,82,14). Sum of RGB (Red+Green+Blue) = 111+82+14=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F520E is #90ADF1. Grayscale: #535353. Windows color (decimal): -9481714 or 938607. OLE color: 938607.

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

Color convert

RGB 111 82 14 -
CMYK 0 0.26 0.87 0.56
HSL 42.06º 0.78% 0.25% -
HSV(B) 42.06º 0.87% 0.44% -
XYZ 9.65 9.45 1.73 -
YUV 82.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 111 82 14 0 0.26 0.87 0.56 42.06 0.78 0.25
Hex 6F 52 E 0 1A 57 38 2A 4E 19
Octal 157 122 16 0 32 127 70 52 116 31
Binary 1101111 1010010 1110 0 11010 1010111 111000 101010 1001110 11001

Color Harmonies of #6F520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F520E

Black with #6F520E

Text Example


Text Example

White with #6F520E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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