Html Css Color HEX #694D40 Spice

📋 copy color: '#694D40'

red 105 ◦ green 77 ◦ blue 64

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

Shades of Spice #694D40

Tints of Spice #694D40

RGB

 RED value IS 105 (41.41% from 255) = 42.68%

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

 BLUE value IS 64 (25.39% from 255) = 26.02%

R = 42.68%
G = 31.3%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#694D40 (or 0x694D40) is known color: Spice. HEX triplet: 69, 4D and 40. RGB value is (105,77,64). Sum of RGB (Red+Green+Blue) = 105+77+64=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #694D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D40 is #96B2BF. Grayscale: #535353. Windows color (decimal): -9876160 or 4214121. OLE color: 4214121.

HSL color Cylindrical-coordinate representation of color #694D40: hue angle of 19.02º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #694D40 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 77 64 -
CMYK 0 0.27 0.39 0.59
HSL 19.02º 0.24% 0.33% -
HSV(B) 19.02º 0.39% 0.41% -
XYZ 9.4 8.68 6.03 -
YUV 83.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 105 77 64 0 0.27 0.39 0.59 19.02 0.24 0.33
Hex 69 4D 40 0 1B 27 3B 13 18 21
Octal 151 115 100 0 33 47 73 23 30 41
Binary 1101001 1001101 1000000 0 11011 100111 111011 10011 11000 100001

Color Harmonies of #694D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694D40

Black with #694D40

Text Example


Text Example

White with #694D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694D40; }

 p { color: rgb(105,77,64); }

 H1.HeaderClassName
 {
   color: #694D40;
 }
 .AnyTagClassName
 {
   color: #694D40;
 }
</style>

background-color css

<style>
 a { background-color: #694D40; }

 a { background-color: rgb(105,77,64); }

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

border-color css

<style>
 span { border-color: #694D40; }

 span { border-color: rgb(105,77,64); }

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