Html Css Color HEX #696458 Coffee

📋 copy color: '#696458'

red 105 ◦ green 100 ◦ blue 88

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

Shades of Coffee #696458

Tints of Coffee #696458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.03%

R = 35.84%
G = 34.13%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#696458 (or 0x696458) is known color: Coffee. HEX triplet: 69, 64 and 58. RGB value is (105,100,88). Sum of RGB (Red+Green+Blue) = 105+100+88=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 105 - color contains mainly: red. Hex color #696458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696458 is #969BA7. Grayscale: #646464. Windows color (decimal): -9870248 or 5792873. OLE color: 5792873.

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

Color convert

RGB 105 100 88 -
CMYK 0 0.05 0.16 0.59
HSL 42.35º 0.09% 0.38% -
HSV(B) 42.35º 0.16% 0.41% -
XYZ 12.14 12.82 11.07 -
YUV 100.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 105 100 88 0 0.05 0.16 0.59 42.35 0.09 0.38
Hex 69 64 58 0 5 10 3B 2A 9 26
Octal 151 144 130 0 5 20 73 52 11 46
Binary 1101001 1100100 1011000 0 101 10000 111011 101010 1001 100110

Color Harmonies of #696458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696458

Black with #696458

Text Example


Text Example

White with #696458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696458; }

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

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

background-color css

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

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

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

border-color css

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

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

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