Html Css Color HEX #6A5211 Raw Umber

📋 copy color: '#6A5211'

red 106 ◦ green 82 ◦ blue 17

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

Shades of Raw Umber #6A5211

Tints of Raw Umber #6A5211

RGB

 RED value IS 106 (41.8% from 255) = 51.71%

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

 BLUE value IS 17 (7.03% from 255) = 8.29%

R = 51.71%
G = 40%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#6A5211 (or 0x6A5211) is known color: Raw Umber. HEX triplet: 6A, 52 and 11. RGB value is (106,82,17). Sum of RGB (Red+Green+Blue) = 106+82+17=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5211 is #95ADEE. Grayscale: #525252. Windows color (decimal): -9809391 or 1135210. OLE color: 1135210.

HSL color Cylindrical-coordinate representation of color #6A5211: hue angle of 43.82º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A5211 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 82 17 -
CMYK 0 0.23 0.84 0.58
HSL 43.82º 0.72% 0.24% -
HSV(B) 43.82º 0.84% 0.42% -
XYZ 9.06 9.14 1.82 -
YUV 81.77 91.45 145.29 -
System Red Green Blue C M Y K H S L
Decimal 106 82 17 0 0.23 0.84 0.58 43.82 0.72 0.24
Hex 6A 52 11 0 17 54 3A 2C 48 18
Octal 152 122 21 0 27 124 72 54 110 30
Binary 1101010 1010010 10001 0 10111 1010100 111010 101100 1001000 11000

Color Harmonies of #6A5211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5211

Black with #6A5211

Text Example


Text Example

White with #6A5211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,82,17); }

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

background-color css

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

 a { background-color: rgb(106,82,17); }

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

border-color css

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

 span { border-color: rgb(106,82,17); }

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