Html Css Color HEX #696459 Coffee

📋 copy color: '#696459'

red 105 ◦ green 100 ◦ blue 89

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

Shades of Coffee #696459

Tints of Coffee #696459

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.01%

 BLUE value IS 89 (35.16% from 255) = 30.27%

R = 35.71%
G = 34.01%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#696459 (or 0x696459) is known color: Coffee. HEX triplet: 69, 64 and 59. RGB value is (105,100,89). Sum of RGB (Red+Green+Blue) = 105+100+89=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 105 - color contains mainly: red. Hex color #696459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696459 is #969BA6. Grayscale: #646464. Windows color (decimal): -9870247 or 5858409. OLE color: 5858409.

HSL color Cylindrical-coordinate representation of color #696459: hue angle of 41.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #696459 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 100 89 -
CMYK 0 0.05 0.15 0.59
HSL 41.25º 0.08% 0.38% -
HSV(B) 41.25º 0.15% 0.41% -
XYZ 12.19 12.84 11.29 -
YUV 100.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 105 100 89 0 0.05 0.15 0.59 41.25 0.08 0.38
Hex 69 64 59 0 5 F 3B 29 8 26
Octal 151 144 131 0 5 17 73 51 10 46
Binary 1101001 1100100 1011001 0 101 1111 111011 101001 1000 100110

Color Harmonies of #696459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696459

Black with #696459

Text Example


Text Example

White with #696459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696459; }

 p { color: rgb(105,100,89); }

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

background-color css

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

 a { background-color: rgb(105,100,89); }

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

border-color css

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

 span { border-color: rgb(105,100,89); }

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