Html Css Color HEX #6F520B Raw Umber

📋 copy color: '#6F520B'

red 111 ◦ green 82 ◦ blue 11

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

Shades of Raw Umber #6F520B

Tints of Raw Umber #6F520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.39%

R = 54.41%
G = 40.2%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#6F520B (or 0x6F520B) is known color: Raw Umber. HEX triplet: 6F, 52 and 0B. RGB value is (111,82,11). Sum of RGB (Red+Green+Blue) = 111+82+11=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F520B is #90ADF4. Grayscale: #525252. Windows color (decimal): -9481717 or 741999. OLE color: 741999.

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

Color convert

RGB 111 82 11 -
CMYK 0 0.26 0.90 0.56
HSL 42.6º 0.82% 0.24% -
HSV(B) 42.6º 0.9% 0.44% -
XYZ 9.63 9.44 1.63 -
YUV 82.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 111 82 11 0 0.26 0.90 0.56 42.6 0.82 0.24
Hex 6F 52 B 0 1A 5A 38 2B 52 18
Octal 157 122 13 0 32 132 70 53 122 30
Binary 1101111 1010010 1011 0 11010 1011010 111000 101011 1010010 11000

Color Harmonies of #6F520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F520B

Black with #6F520B

Text Example


Text Example

White with #6F520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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