Html Css Color HEX #694E42 Spice

📋 copy color: '#694E42'

red 105 ◦ green 78 ◦ blue 66

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

Shades of Spice #694E42

Tints of Spice #694E42

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.33%

 BLUE value IS 66 (26.17% from 255) = 26.51%

R = 42.17%
G = 31.33%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#694E42 (or 0x694E42) is known color: Spice. HEX triplet: 69, 4E and 42. RGB value is (105,78,66). Sum of RGB (Red+Green+Blue) = 105+78+66=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 105 - color contains mainly: red. Hex color #694E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E42 is #96B1BD. Grayscale: #545454. Windows color (decimal): -9875902 or 4345449. OLE color: 4345449.

HSL color Cylindrical-coordinate representation of color #694E42: hue angle of 18.46º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #694E42 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 78 66 -
CMYK 0 0.26 0.37 0.59
HSL 18.46º 0.23% 0.34% -
HSV(B) 18.46º 0.37% 0.41% -
XYZ 9.53 8.85 6.36 -
YUV 84.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 105 78 66 0 0.26 0.37 0.59 18.46 0.23 0.34
Hex 69 4E 42 0 1A 25 3B 12 17 22
Octal 151 116 102 0 32 45 73 22 27 42
Binary 1101001 1001110 1000010 0 11010 100101 111011 10010 10111 100010

Color Harmonies of #694E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694E42

Black with #694E42

Text Example


Text Example

White with #694E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,78,66); }

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

background-color css

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

 a { background-color: rgb(105,78,66); }

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

border-color css

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

 span { border-color: rgb(105,78,66); }

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