Html Css Color HEX #6D4A3A Spice

📋 copy color: '#6D4A3A'

red 109 ◦ green 74 ◦ blue 58

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

Shades of Spice #6D4A3A

Tints of Spice #6D4A3A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.71%

 BLUE value IS 58 (23.05% from 255) = 24.07%

R = 45.23%
G = 30.71%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D4A3A (or 0x6D4A3A) is known color: Spice. HEX triplet: 6D, 4A and 3A. RGB value is (109,74,58). Sum of RGB (Red+Green+Blue) = 109+74+58=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A3A is #92B5C5. Grayscale: #525252. Windows color (decimal): -9614790 or 3820141. OLE color: 3820141.

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

Color convert

RGB 109 74 58 -
CMYK 0 0.32 0.47 0.57
HSL 18.82º 0.31% 0.33% -
HSV(B) 18.82º 0.47% 0.43% -
XYZ 9.52 8.45 5.13 -
YUV 82.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 109 74 58 0 0.32 0.47 0.57 18.82 0.31 0.33
Hex 6D 4A 3A 0 20 2F 39 13 1F 21
Octal 155 112 72 0 40 57 71 23 37 41
Binary 1101101 1001010 111010 0 100000 101111 111001 10011 11111 100001

Color Harmonies of #6D4A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4A3A

Black with #6D4A3A

Text Example


Text Example

White with #6D4A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,74,58); }

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

background-color css

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

 a { background-color: rgb(109,74,58); }

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

border-color css

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

 span { border-color: rgb(109,74,58); }

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