Html Css Color HEX #6F5212 Raw Umber

📋 copy color: '#6F5212'

red 111 ◦ green 82 ◦ blue 18

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

Shades of Raw Umber #6F5212

Tints of Raw Umber #6F5212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.53%

R = 52.61%
G = 38.86%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F5212 (or 0x6F5212) is known color: Raw Umber. HEX triplet: 6F, 52 and 12. RGB value is (111,82,18). Sum of RGB (Red+Green+Blue) = 111+82+18=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5212 is #90ADED. Grayscale: #535353. Windows color (decimal): -9481710 or 1200751. OLE color: 1200751.

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

Color convert

RGB 111 82 18 -
CMYK 0 0.26 0.84 0.56
HSL 41.29º 0.72% 0.25% -
HSV(B) 41.29º 0.84% 0.44% -
XYZ 9.68 9.46 1.89 -
YUV 83.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 111 82 18 0 0.26 0.84 0.56 41.29 0.72 0.25
Hex 6F 52 12 0 1A 54 38 29 48 19
Octal 157 122 22 0 32 124 70 51 110 31
Binary 1101111 1010010 10010 0 11010 1010100 111000 101001 1001000 11001

Color Harmonies of #6F5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5212

Black with #6F5212

Text Example


Text Example

White with #6F5212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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