Html Css Color HEX #696354 Coffee

📋 copy color: '#696354'

red 105 ◦ green 99 ◦ blue 84

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

Shades of Coffee #696354

Tints of Coffee #696354

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.38%

 BLUE value IS 84 (33.2% from 255) = 29.17%

R = 36.46%
G = 34.38%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#696354 (or 0x696354) is known color: Coffee. HEX triplet: 69, 63 and 54. RGB value is (105,99,84). Sum of RGB (Red+Green+Blue) = 105+99+84=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 105 - color contains mainly: red. Hex color #696354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696354 is #969CAB. Grayscale: #636363. Windows color (decimal): -9870508 or 5530473. OLE color: 5530473.

HSL color Cylindrical-coordinate representation of color #696354: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #696354 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 99 84 -
CMYK 0 0.06 0.20 0.59
HSL 42.86º 0.11% 0.37% -
HSV(B) 42.86º 0.2% 0.41% -
XYZ 11.89 12.57 10.19 -
YUV 99.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 105 99 84 0 0.06 0.20 0.59 42.86 0.11 0.37
Hex 69 63 54 0 6 14 3B 2B B 25
Octal 151 143 124 0 6 24 73 53 13 45
Binary 1101001 1100011 1010100 0 110 10100 111011 101011 1011 100101

Color Harmonies of #696354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696354

Black with #696354

Text Example


Text Example

White with #696354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696354; }

 p { color: rgb(105,99,84); }

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

background-color css

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

 a { background-color: rgb(105,99,84); }

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

border-color css

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

 span { border-color: rgb(105,99,84); }

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