Html Css Color HEX #6A5311 Raw Umber

📋 copy color: '#6A5311'

red 106 ◦ green 83 ◦ blue 17

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

Shades of Raw Umber #6A5311

Tints of Raw Umber #6A5311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

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

R = 51.46%
G = 40.29%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#6A5311 (or 0x6A5311) is known color: Raw Umber. HEX triplet: 6A, 53 and 11. RGB value is (106,83,17). Sum of RGB (Red+Green+Blue) = 106+83+17=206 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.46% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A5311 is #95ACEE. Grayscale: #525252. Windows color (decimal): -9809135 or 1135466. OLE color: 1135466.

HSL color Cylindrical-coordinate representation of color #6A5311: hue angle of 44.49º 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 #6A5311 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 83 17 -
CMYK 0 0.22 0.84 0.58
HSL 44.49º 0.72% 0.24% -
HSV(B) 44.49º 0.84% 0.42% -
XYZ 9.14 9.29 1.84 -
YUV 82.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 106 83 17 0 0.22 0.84 0.58 44.49 0.72 0.24
Hex 6A 53 11 0 16 54 3A 2C 48 18
Octal 152 123 21 0 26 124 72 54 110 30
Binary 1101010 1010011 10001 0 10110 1010100 111010 101100 1001000 11000

Color Harmonies of #6A5311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5311

Black with #6A5311

Text Example


Text Example

White with #6A5311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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