Html Css Color HEX #688471 Sirocco

📋 copy color: '#688471'

red 104 ◦ green 132 ◦ blue 113

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

Shades of Sirocco #688471

Tints of Sirocco #688471

RGB

 RED value IS 104 (41.02% from 255) = 29.8%

 GREEN value IS 132 (51.95% from 255) = 37.82%

 BLUE value IS 113 (44.53% from 255) = 32.38%

R = 29.8%
G = 37.82%
B = 32.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#688471 (or 0x688471) is known color: Sirocco. HEX triplet: 68, 84 and 71. RGB value is (104,132,113). Sum of RGB (Red+Green+Blue) = 104+132+113=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #688471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688471 is #977B8E. Grayscale: #797979. Windows color (decimal): -9927567 or 7439464. OLE color: 7439464.

HSL color Cylindrical-coordinate representation of color #688471: hue angle of 139.29º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688471 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 113 -
CMYK 0.21 0 0.14 0.48
HSL 139.29º 0.12% 0.46% -
HSV(B) 139.29º 0.21% 0.52% -
XYZ 16.94 20.64 18.71 -
YUV 121.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 104 132 113 0.21 0 0.14 0.48 139.29 0.12 0.46
Hex 68 84 71 15 0 E 30 8B C 2E
Octal 150 204 161 25 0 16 60 213 14 56
Binary 1101000 10000100 1110001 10101 0 1110 110000 10001011 1100 101110

Color Harmonies of #688471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688471

Black with #688471

Text Example


Text Example

White with #688471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688471; }

 p { color: rgb(104,132,113); }

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

background-color css

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

 a { background-color: rgb(104,132,113); }

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

border-color css

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

 span { border-color: rgb(104,132,113); }

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