Html Css Color HEX #6A513F Spice

📋 copy color: '#6A513F'

red 106 ◦ green 81 ◦ blue 63

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

Shades of Spice #6A513F

Tints of Spice #6A513F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.2%

R = 42.4%
G = 32.4%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6A513F (or 0x6A513F) is known color: Spice. HEX triplet: 6A, 51 and 3F. RGB value is (106,81,63). Sum of RGB (Red+Green+Blue) = 106+81+63=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 106 - color contains mainly: red. Hex color #6A513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A513F is #95AEC0. Grayscale: #565656. Windows color (decimal): -9809601 or 4149610. OLE color: 4149610.

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

Color convert

RGB 106 81 63 -
CMYK 0 0.24 0.41 0.58
HSL 25.12º 0.25% 0.33% -
HSV(B) 25.12º 0.41% 0.42% -
XYZ 9.78 9.31 5.98 -
YUV 86.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 106 81 63 0 0.24 0.41 0.58 25.12 0.25 0.33
Hex 6A 51 3F 0 18 29 3A 19 19 21
Octal 152 121 77 0 30 51 72 31 31 41
Binary 1101010 1010001 111111 0 11000 101001 111010 11001 11001 100001

Color Harmonies of #6A513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A513F

Black with #6A513F

Text Example


Text Example

White with #6A513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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