Html Css Color HEX #695043 Spice

📋 copy color: '#695043'

red 105 ◦ green 80 ◦ blue 67

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

Shades of Spice #695043

Tints of Spice #695043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

 BLUE value IS 67 (26.56% from 255) = 26.59%

R = 41.67%
G = 31.75%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#695043 (or 0x695043) is known color: Spice. HEX triplet: 69, 50 and 43. RGB value is (105,80,67). Sum of RGB (Red+Green+Blue) = 105+80+67=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #695043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695043 is #96AFBC. Grayscale: #565656. Windows color (decimal): -9875389 or 4411497. OLE color: 4411497.

HSL color Cylindrical-coordinate representation of color #695043: hue angle of 20.53º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #695043 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 80 67 -
CMYK 0 0.24 0.36 0.59
HSL 20.53º 0.22% 0.34% -
HSV(B) 20.53º 0.36% 0.41% -
XYZ 9.71 9.15 6.56 -
YUV 85.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 105 80 67 0 0.24 0.36 0.59 20.53 0.22 0.34
Hex 69 50 43 0 18 24 3B 15 16 22
Octal 151 120 103 0 30 44 73 25 26 42
Binary 1101001 1010000 1000011 0 11000 100100 111011 10101 10110 100010

Color Harmonies of #695043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695043

Black with #695043

Text Example


Text Example

White with #695043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695043; }

 p { color: rgb(105,80,67); }

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

background-color css

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

 a { background-color: rgb(105,80,67); }

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

border-color css

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

 span { border-color: rgb(105,80,67); }

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