Html Css Color HEX #6B4D3C Spice

📋 copy color: '#6B4D3C'

red 107 ◦ green 77 ◦ blue 60

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

Shades of Spice #6B4D3C

Tints of Spice #6B4D3C

RGB

 RED value IS 107 (42.19% from 255) = 43.85%

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

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

R = 43.85%
G = 31.56%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6B4D3C (or 0x6B4D3C) is known color: Spice. HEX triplet: 6B, 4D and 3C. RGB value is (107,77,60). Sum of RGB (Red+Green+Blue) = 107+77+60=244 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.85% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4D3C is #94B2C3. Grayscale: #545454. Windows color (decimal): -9745092 or 3951979. OLE color: 3951979.

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

Color convert

RGB 107 77 60 -
CMYK 0 0.28 0.44 0.58
HSL 21.7º 0.28% 0.33% -
HSV(B) 21.7º 0.44% 0.42% -
XYZ 9.53 8.76 5.46 -
YUV 84.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 107 77 60 0 0.28 0.44 0.58 21.7 0.28 0.33
Hex 6B 4D 3C 0 1C 2C 3A 16 1C 21
Octal 153 115 74 0 34 54 72 26 34 41
Binary 1101011 1001101 111100 0 11100 101100 111010 10110 11100 100001

Color Harmonies of #6B4D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4D3C

Black with #6B4D3C

Text Example


Text Example

White with #6B4D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,77,60); }

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

background-color css

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

 a { background-color: rgb(107,77,60); }

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

border-color css

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

 span { border-color: rgb(107,77,60); }

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