Html Css Color HEX #694C3F Spice

📋 copy color: '#694C3F'

red 105 ◦ green 76 ◦ blue 63

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

Shades of Spice #694C3F

Tints of Spice #694C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.15%

 BLUE value IS 63 (25% from 255) = 25.82%

R = 43.03%
G = 31.15%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#694C3F (or 0x694C3F) is known color: Spice. HEX triplet: 69, 4C and 3F. RGB value is (105,76,63). Sum of RGB (Red+Green+Blue) = 105+76+63=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #694C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C3F is #96B3C0. Grayscale: #535353. Windows color (decimal): -9876417 or 4148329. OLE color: 4148329.

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

Color convert

RGB 105 76 63 -
CMYK 0 0.28 0.4 0.59
HSL 18.57º 0.25% 0.33% -
HSV(B) 18.57º 0.4% 0.41% -
XYZ 9.31 8.53 5.86 -
YUV 83.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 105 76 63 0 0.28 0.4 0.59 18.57 0.25 0.33
Hex 69 4C 3F 0 1C 28 3B 13 19 21
Octal 151 114 77 0 34 50 73 23 31 41
Binary 1101001 1001100 111111 0 11100 101000 111011 10011 11001 100001

Color Harmonies of #694C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C3F

Black with #694C3F

Text Example


Text Example

White with #694C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,76,63); }

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

background-color css

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

 a { background-color: rgb(105,76,63); }

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

border-color css

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

 span { border-color: rgb(105,76,63); }

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