Html Css Color HEX #694B41 Spice

📋 copy color: '#694B41'

red 105 ◦ green 75 ◦ blue 65

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

Shades of Spice #694B41

Tints of Spice #694B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.61%

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 42.86%
G = 30.61%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#694B41 (or 0x694B41) is known color: Spice. HEX triplet: 69, 4B and 41. RGB value is (105,75,65). Sum of RGB (Red+Green+Blue) = 105+75+65=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #694B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B41 is #96B4BE. Grayscale: #525252. Windows color (decimal): -9876671 or 4279145. OLE color: 4279145.

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

Color convert

RGB 105 75 65 -
CMYK 0 0.29 0.38 0.59
HSL 15º 0.24% 0.33% -
HSV(B) 15º 0.38% 0.41% -
XYZ 9.3 8.42 6.14 -
YUV 82.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 105 75 65 0 0.29 0.38 0.59 15 0.24 0.33
Hex 69 4B 41 0 1D 26 3B F 18 21
Octal 151 113 101 0 35 46 73 17 30 41
Binary 1101001 1001011 1000001 0 11101 100110 111011 1111 11000 100001

Color Harmonies of #694B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694B41

Black with #694B41

Text Example


Text Example

White with #694B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,75,65); }

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

background-color css

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

 a { background-color: rgb(105,75,65); }

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

border-color css

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

 span { border-color: rgb(105,75,65); }

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