Html Css Color HEX #6D523D Spice

📋 copy color: '#6D523D'

red 109 ◦ green 82 ◦ blue 61

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

Shades of Spice #6D523D

Tints of Spice #6D523D

RGB

 RED value IS 109 (42.97% from 255) = 43.25%

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

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

R = 43.25%
G = 32.54%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6D523D (or 0x6D523D) is known color: Spice. HEX triplet: 6D, 52 and 3D. RGB value is (109,82,61). Sum of RGB (Red+Green+Blue) = 109+82+61=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D523D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D523D is #92ADC2. Grayscale: #575757. Windows color (decimal): -9612739 or 4018797. OLE color: 4018797.

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

Color convert

RGB 109 82 61 -
CMYK 0 0.25 0.44 0.57
HSL 26.25º 0.28% 0.33% -
HSV(B) 26.25º 0.44% 0.43% -
XYZ 10.17 9.62 5.74 -
YUV 87.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 109 82 61 0 0.25 0.44 0.57 26.25 0.28 0.33
Hex 6D 52 3D 0 19 2C 39 1A 1C 21
Octal 155 122 75 0 31 54 71 32 34 41
Binary 1101101 1010010 111101 0 11001 101100 111001 11010 11100 100001

Color Harmonies of #6D523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D523D

Black with #6D523D

Text Example


Text Example

White with #6D523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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