Html Css Color HEX #6D4D3D Spice

📋 copy color: '#6D4D3D'

red 109 ◦ green 77 ◦ blue 61

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

Shades of Spice #6D4D3D

Tints of Spice #6D4D3D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.17%

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

R = 44.13%
G = 31.17%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6D4D3D (or 0x6D4D3D) is known color: Spice. HEX triplet: 6D, 4D and 3D. RGB value is (109,77,61). Sum of RGB (Red+Green+Blue) = 109+77+61=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4D3D is #92B2C2. Grayscale: #545454. Windows color (decimal): -9614019 or 4017517. OLE color: 4017517.

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

Color convert

RGB 109 77 61 -
CMYK 0 0.29 0.44 0.57
HSL 20º 0.28% 0.33% -
HSV(B) 20º 0.44% 0.43% -
XYZ 9.8 8.9 5.62 -
YUV 84.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 109 77 61 0 0.29 0.44 0.57 20 0.28 0.33
Hex 6D 4D 3D 0 1D 2C 39 14 1C 21
Octal 155 115 75 0 35 54 71 24 34 41
Binary 1101101 1001101 111101 0 11101 101100 111001 10100 11100 100001

Color Harmonies of #6D4D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4D3D

Black with #6D4D3D

Text Example


Text Example

White with #6D4D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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