Html Css Color HEX #6F520C Raw Umber

📋 copy color: '#6F520C'

red 111 ◦ green 82 ◦ blue 12

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

Shades of Raw Umber #6F520C

Tints of Raw Umber #6F520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.85%

R = 54.15%
G = 40%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6F520C (or 0x6F520C) is known color: Raw Umber. HEX triplet: 6F, 52 and 0C. RGB value is (111,82,12). Sum of RGB (Red+Green+Blue) = 111+82+12=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F520C is #90ADF3. Grayscale: #525252. Windows color (decimal): -9481716 or 807535. OLE color: 807535.

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

Color convert

RGB 111 82 12 -
CMYK 0 0.26 0.89 0.56
HSL 42.42º 0.8% 0.24% -
HSV(B) 42.42º 0.89% 0.44% -
XYZ 9.64 9.44 1.66 -
YUV 82.69 88.11 148.19 -
System Red Green Blue C M Y K H S L
Decimal 111 82 12 0 0.26 0.89 0.56 42.42 0.8 0.24
Hex 6F 52 C 0 1A 59 38 2A 50 18
Octal 157 122 14 0 32 131 70 52 120 30
Binary 1101111 1010010 1100 0 11010 1011001 111000 101010 1010000 11000

Color Harmonies of #6F520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F520C

Black with #6F520C

Text Example


Text Example

White with #6F520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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