Html Css Color HEX #688374 Sirocco

📋 copy color: '#688374'

red 104 ◦ green 131 ◦ blue 116

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

Shades of Sirocco #688374

Tints of Sirocco #688374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 29.63%
G = 37.32%
B = 33.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#688374 (or 0x688374) is known color: Sirocco. HEX triplet: 68, 83 and 74. RGB value is (104,131,116). Sum of RGB (Red+Green+Blue) = 104+131+116=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 131 - color contains mainly: green. Hex color #688374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688374 is #977C8B. Grayscale: #797979. Windows color (decimal): -9927820 or 7635816. OLE color: 7635816.

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

Color convert

RGB 104 131 116 -
CMYK 0.21 0 0.11 0.49
HSL 146.67º 0.11% 0.46% -
HSV(B) 146.67º 0.21% 0.51% -
XYZ 16.98 20.44 19.57 -
YUV 121.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 104 131 116 0.21 0 0.11 0.49 146.67 0.11 0.46
Hex 68 83 74 15 0 B 31 93 B 2E
Octal 150 203 164 25 0 13 61 223 13 56
Binary 1101000 10000011 1110100 10101 0 1011 110001 10010011 1011 101110

Color Harmonies of #688374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688374

Black with #688374

Text Example


Text Example

White with #688374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688374; }

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

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

background-color css

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

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

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

border-color css

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

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

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