Html Css Color HEX #6F520A Raw Umber

📋 copy color: '#6F520A'

red 111 ◦ green 82 ◦ blue 10

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

Shades of Raw Umber #6F520A

Tints of Raw Umber #6F520A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.93%

R = 54.68%
G = 40.39%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#6F520A (or 0x6F520A) is known color: Raw Umber. HEX triplet: 6F, 52 and 0A. RGB value is (111,82,10). Sum of RGB (Red+Green+Blue) = 111+82+10=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F520A is #90ADF5. Grayscale: #525252. Windows color (decimal): -9481718 or 676463. OLE color: 676463.

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

Color convert

RGB 111 82 10 -
CMYK 0 0.26 0.91 0.56
HSL 42.77º 0.83% 0.24% -
HSV(B) 42.77º 0.91% 0.44% -
XYZ 9.63 9.44 1.6 -
YUV 82.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 111 82 10 0 0.26 0.91 0.56 42.77 0.83 0.24
Hex 6F 52 A 0 1A 5B 38 2B 53 18
Octal 157 122 12 0 32 133 70 53 123 30
Binary 1101111 1010010 1010 0 11010 1011011 111000 101011 1010011 11000

Color Harmonies of #6F520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F520A

Black with #6F520A

Text Example


Text Example

White with #6F520A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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