Html Css Color HEX #6D483D Spice

📋 copy color: '#6D483D'

red 109 ◦ green 72 ◦ blue 61

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

Shades of Spice #6D483D

Tints of Spice #6D483D

RGB

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

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

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

R = 45.04%
G = 29.75%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6D483D (or 0x6D483D) is known color: Spice. HEX triplet: 6D, 48 and 3D. RGB value is (109,72,61). Sum of RGB (Red+Green+Blue) = 109+72+61=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D483D is #92B7C2. Grayscale: #515151. Windows color (decimal): -9615299 or 4016237. OLE color: 4016237.

HSL color Cylindrical-coordinate representation of color #6D483D: hue angle of 13.75º 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 #6D483D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 72 61 -
CMYK 0 0.34 0.44 0.57
HSL 13.75º 0.28% 0.33% -
HSV(B) 13.75º 0.44% 0.43% -
XYZ 9.47 8.22 5.5 -
YUV 81.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 109 72 61 0 0.34 0.44 0.57 13.75 0.28 0.33
Hex 6D 48 3D 0 22 2C 39 E 1C 21
Octal 155 110 75 0 42 54 71 16 34 41
Binary 1101101 1001000 111101 0 100010 101100 111001 1110 11100 100001

Color Harmonies of #6D483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D483D

Black with #6D483D

Text Example


Text Example

White with #6D483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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