Html Css Color HEX #6D483C Spice

📋 copy color: '#6D483C'

red 109 ◦ green 72 ◦ blue 60

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

Shades of Spice #6D483C

Tints of Spice #6D483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

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

R = 45.23%
G = 29.88%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6D483C (or 0x6D483C) is known color: Spice. HEX triplet: 6D, 48 and 3C. RGB value is (109,72,60). Sum of RGB (Red+Green+Blue) = 109+72+60=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D483C is #92B7C3. Grayscale: #515151. Windows color (decimal): -9615300 or 3950701. OLE color: 3950701.

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

Color convert

RGB 109 72 60 -
CMYK 0 0.34 0.45 0.57
HSL 14.69º 0.29% 0.33% -
HSV(B) 14.69º 0.45% 0.43% -
XYZ 9.44 8.21 5.36 -
YUV 81.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 109 72 60 0 0.34 0.45 0.57 14.69 0.29 0.33
Hex 6D 48 3C 0 22 2D 39 F 1D 21
Octal 155 110 74 0 42 55 71 17 35 41
Binary 1101101 1001000 111100 0 100010 101101 111001 1111 11101 100001

Color Harmonies of #6D483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D483C

Black with #6D483C

Text Example


Text Example

White with #6D483C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,72,60); }

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

background-color css

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

 a { background-color: rgb(109,72,60); }

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

border-color css

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

 span { border-color: rgb(109,72,60); }

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