Html Css Color HEX #6A513C Spice

📋 copy color: '#6A513C'

red 106 ◦ green 81 ◦ blue 60

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

Shades of Spice #6A513C

Tints of Spice #6A513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

 BLUE value IS 60 (23.83% from 255) = 24.29%

R = 42.91%
G = 32.79%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6A513C (or 0x6A513C) is known color: Spice. HEX triplet: 6A, 51 and 3C. RGB value is (106,81,60). Sum of RGB (Red+Green+Blue) = 106+81+60=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 106 - color contains mainly: red. Hex color #6A513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A513C is #95AEC3. Grayscale: #565656. Windows color (decimal): -9809604 or 3953002. OLE color: 3953002.

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

Color convert

RGB 106 81 60 -
CMYK 0 0.24 0.43 0.58
HSL 27.39º 0.28% 0.33% -
HSV(B) 27.39º 0.43% 0.42% -
XYZ 9.7 9.28 5.55 -
YUV 86.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 106 81 60 0 0.24 0.43 0.58 27.39 0.28 0.33
Hex 6A 51 3C 0 18 2B 3A 1B 1C 21
Octal 152 121 74 0 30 53 72 33 34 41
Binary 1101010 1010001 111100 0 11000 101011 111010 11011 11100 100001

Color Harmonies of #6A513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A513C

Black with #6A513C

Text Example


Text Example

White with #6A513C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,81,60); }

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

background-color css

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

 a { background-color: rgb(106,81,60); }

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

border-color css

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

 span { border-color: rgb(106,81,60); }

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