Html Css Color HEX #6C523D Spice

📋 copy color: '#6C523D'

red 108 ◦ green 82 ◦ blue 61

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

Shades of Spice #6C523D

Tints of Spice #6C523D

RGB

 RED value IS 108 (42.58% from 255) = 43.03%

 GREEN value IS 82 (32.42% from 255) = 32.67%

 BLUE value IS 61 (24.22% from 255) = 24.3%

R = 43.03%
G = 32.67%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6C523D (or 0x6C523D) is known color: Spice. HEX triplet: 6C, 52 and 3D. RGB value is (108,82,61). Sum of RGB (Red+Green+Blue) = 108+82+61=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 108 - color contains mainly: red. Hex color #6C523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C523D is #93ADC2. Grayscale: #575757. Windows color (decimal): -9678275 or 4018796. OLE color: 4018796.

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

Color convert

RGB 108 82 61 -
CMYK 0 0.24 0.44 0.58
HSL 26.81º 0.28% 0.33% -
HSV(B) 26.81º 0.44% 0.42% -
XYZ 10.04 9.56 5.73 -
YUV 87.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 108 82 61 0 0.24 0.44 0.58 26.81 0.28 0.33
Hex 6C 52 3D 0 18 2C 3A 1B 1C 21
Octal 154 122 75 0 30 54 72 33 34 41
Binary 1101100 1010010 111101 0 11000 101100 111010 11011 11100 100001

Color Harmonies of #6C523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C523D

Black with #6C523D

Text Example


Text Example

White with #6C523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,82,61); }

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

background-color css

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

 a { background-color: rgb(108,82,61); }

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

border-color css

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

 span { border-color: rgb(108,82,61); }

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