Html Css Color HEX #688273 Sirocco

📋 copy color: '#688273'

red 104 ◦ green 130 ◦ blue 115

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

Shades of Sirocco #688273

Tints of Sirocco #688273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.25%

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 29.8%
G = 37.25%
B = 32.95%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#688273 (or 0x688273) is known color: Sirocco. HEX triplet: 68, 82 and 73. RGB value is (104,130,115). Sum of RGB (Red+Green+Blue) = 104+130+115=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #688273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688273 is #977D8C. Grayscale: #787878. Windows color (decimal): -9928077 or 7570024. OLE color: 7570024.

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

Color convert

RGB 104 130 115 -
CMYK 0.2 0 0.12 0.49
HSL 145.38º 0.11% 0.46% -
HSV(B) 145.38º 0.2% 0.51% -
XYZ 16.79 20.15 19.22 -
YUV 120.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 104 130 115 0.2 0 0.12 0.49 145.38 0.11 0.46
Hex 68 82 73 14 0 C 31 91 B 2E
Octal 150 202 163 24 0 14 61 221 13 56
Binary 1101000 10000010 1110011 10100 0 1100 110001 10010001 1011 101110

Color Harmonies of #688273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688273

Black with #688273

Text Example


Text Example

White with #688273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688273; }

 p { color: rgb(104,130,115); }

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

background-color css

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

 a { background-color: rgb(104,130,115); }

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

border-color css

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

 span { border-color: rgb(104,130,115); }

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