Html Css Color HEX #688371 Sirocco

📋 copy color: '#688371'

red 104 ◦ green 131 ◦ blue 113

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

Shades of Sirocco #688371

Tints of Sirocco #688371

RGB

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

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

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

R = 29.89%
G = 37.64%
B = 32.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#688371 (or 0x688371) is known color: Sirocco. HEX triplet: 68, 83 and 71. RGB value is (104,131,113). Sum of RGB (Red+Green+Blue) = 104+131+113=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 131 - color contains mainly: green. Hex color #688371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688371 is #977C8E. Grayscale: #787878. Windows color (decimal): -9927823 or 7439208. OLE color: 7439208.

HSL color Cylindrical-coordinate representation of color #688371: hue angle of 140º 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 #688371 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 113 -
CMYK 0.21 0 0.14 0.49
HSL 140º 0.11% 0.46% -
HSV(B) 140º 0.21% 0.51% -
XYZ 16.81 20.37 18.67 -
YUV 120.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 104 131 113 0.21 0 0.14 0.49 140 0.11 0.46
Hex 68 83 71 15 0 E 31 8C B 2E
Octal 150 203 161 25 0 16 61 214 13 56
Binary 1101000 10000011 1110001 10101 0 1110 110001 10001100 1011 101110

Color Harmonies of #688371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688371

Black with #688371

Text Example


Text Example

White with #688371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688371; }

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

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

background-color css

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

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

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

border-color css

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

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

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