Html Css Color HEX #6A513E Spice

📋 copy color: '#6A513E'

red 106 ◦ green 81 ◦ blue 62

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

Shades of Spice #6A513E

Tints of Spice #6A513E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.9%

R = 42.57%
G = 32.53%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6A513E (or 0x6A513E) is known color: Spice. HEX triplet: 6A, 51 and 3E. RGB value is (106,81,62). Sum of RGB (Red+Green+Blue) = 106+81+62=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 106 - color contains mainly: red. Hex color #6A513E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A513E is #95AEC1. Grayscale: #565656. Windows color (decimal): -9809602 or 4084074. OLE color: 4084074.

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

Color convert

RGB 106 81 62 -
CMYK 0 0.24 0.42 0.58
HSL 25.91º 0.26% 0.33% -
HSV(B) 25.91º 0.42% 0.42% -
XYZ 9.76 9.3 5.84 -
YUV 86.31 114.28 142.04 -
System Red Green Blue C M Y K H S L
Decimal 106 81 62 0 0.24 0.42 0.58 25.91 0.26 0.33
Hex 6A 51 3E 0 18 2A 3A 1A 1A 21
Octal 152 121 76 0 30 52 72 32 32 41
Binary 1101010 1010001 111110 0 11000 101010 111010 11010 11010 100001

Color Harmonies of #6A513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A513E

Black with #6A513E

Text Example


Text Example

White with #6A513E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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