Html Css Color HEX #6A473C Spice

📋 copy color: '#6A473C'

red 106 ◦ green 71 ◦ blue 60

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

Shades of Spice #6A473C

Tints of Spice #6A473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.96%

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

R = 44.73%
G = 29.96%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#6A473C (or 0x6A473C) is known color: Spice. HEX triplet: 6A, 47 and 3C. RGB value is (106,71,60). Sum of RGB (Red+Green+Blue) = 106+71+60=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A473C is #95B8C3. Grayscale: #505050. Windows color (decimal): -9812164 or 3950442. OLE color: 3950442.

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

Color convert

RGB 106 71 60 -
CMYK 0 0.33 0.43 0.58
HSL 14.35º 0.28% 0.33% -
HSV(B) 14.35º 0.43% 0.42% -
XYZ 9.01 7.9 5.32 -
YUV 80.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 106 71 60 0 0.33 0.43 0.58 14.35 0.28 0.33
Hex 6A 47 3C 0 21 2B 3A E 1C 21
Octal 152 107 74 0 41 53 72 16 34 41
Binary 1101010 1000111 111100 0 100001 101011 111010 1110 11100 100001

Color Harmonies of #6A473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A473C

Black with #6A473C

Text Example


Text Example

White with #6A473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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