Html Css Color HEX #695148 Spice

📋 copy color: '#695148'

red 105 ◦ green 81 ◦ blue 72

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

Shades of Spice #695148

Tints of Spice #695148

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.4%

 BLUE value IS 72 (28.52% from 255) = 27.91%

R = 40.7%
G = 31.4%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#695148 (or 0x695148) is known color: Spice. HEX triplet: 69, 51 and 48. RGB value is (105,81,72). Sum of RGB (Red+Green+Blue) = 105+81+72=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #695148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695148 is #96AEB7. Grayscale: #575757. Windows color (decimal): -9875128 or 4739433. OLE color: 4739433.

HSL color Cylindrical-coordinate representation of color #695148: hue angle of 16.36º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #695148 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 81 72 -
CMYK 0 0.23 0.31 0.59
HSL 16.36º 0.19% 0.35% -
HSV(B) 16.36º 0.31% 0.41% -
XYZ 9.94 9.36 7.41 -
YUV 87.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 105 81 72 0 0.23 0.31 0.59 16.36 0.19 0.35
Hex 69 51 48 0 17 1F 3B 10 13 23
Octal 151 121 110 0 27 37 73 20 23 43
Binary 1101001 1010001 1001000 0 10111 11111 111011 10000 10011 100011

Color Harmonies of #695148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695148

Black with #695148

Text Example


Text Example

White with #695148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695148; }

 p { color: rgb(105,81,72); }

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

background-color css

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

 a { background-color: rgb(105,81,72); }

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

border-color css

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

 span { border-color: rgb(105,81,72); }

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