Html Css Color HEX #688372 Sirocco

📋 copy color: '#688372'

red 104 ◦ green 131 ◦ blue 114

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

Shades of Sirocco #688372

Tints of Sirocco #688372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.54%

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 29.8%
G = 37.54%
B = 32.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#688372 (or 0x688372) is known color: Sirocco. HEX triplet: 68, 83 and 72. RGB value is (104,131,114). Sum of RGB (Red+Green+Blue) = 104+131+114=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #688372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688372 is #977C8D. Grayscale: #797979. Windows color (decimal): -9927822 or 7504744. OLE color: 7504744.

HSL color Cylindrical-coordinate representation of color #688372: hue angle of 142.22º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688372 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 114 -
CMYK 0.21 0 0.13 0.49
HSL 142.22º 0.11% 0.46% -
HSV(B) 142.22º 0.21% 0.51% -
XYZ 16.86 20.39 18.97 -
YUV 120.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 104 131 114 0.21 0 0.13 0.49 142.22 0.11 0.46
Hex 68 83 72 15 0 D 31 8E B 2E
Octal 150 203 162 25 0 15 61 216 13 56
Binary 1101000 10000011 1110010 10101 0 1101 110001 10001110 1011 101110

Color Harmonies of #688372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688372

Black with #688372

Text Example


Text Example

White with #688372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688372; }

 p { color: rgb(104,131,114); }

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

background-color css

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

 a { background-color: rgb(104,131,114); }

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

border-color css

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

 span { border-color: rgb(104,131,114); }

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