Html Css Color HEX #694D42 Spice

📋 copy color: '#694D42'

red 105 ◦ green 77 ◦ blue 66

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

Shades of Spice #694D42

Tints of Spice #694D42

RGB

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

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

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

R = 42.34%
G = 31.05%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#694D42 (or 0x694D42) is known color: Spice. HEX triplet: 69, 4D and 42. RGB value is (105,77,66). Sum of RGB (Red+Green+Blue) = 105+77+66=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #694D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D42 is #96B2BD. Grayscale: #545454. Windows color (decimal): -9876158 or 4345193. OLE color: 4345193.

HSL color Cylindrical-coordinate representation of color #694D42: hue angle of 16.92º 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 #694D42 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 77 66 -
CMYK 0 0.27 0.37 0.59
HSL 16.92º 0.23% 0.34% -
HSV(B) 16.92º 0.37% 0.41% -
XYZ 9.46 8.7 6.34 -
YUV 84.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 105 77 66 0 0.27 0.37 0.59 16.92 0.23 0.34
Hex 69 4D 42 0 1B 25 3B 11 17 22
Octal 151 115 102 0 33 45 73 21 27 42
Binary 1101001 1001101 1000010 0 11011 100101 111011 10001 10111 100010

Color Harmonies of #694D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694D42

Black with #694D42

Text Example


Text Example

White with #694D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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