Html Css Color HEX #688275 Sirocco

📋 copy color: '#688275'

red 104 ◦ green 130 ◦ blue 117

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

Shades of Sirocco #688275

Tints of Sirocco #688275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.33%

R = 29.63%
G = 37.04%
B = 33.33%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#688275 (or 0x688275) is known color: Sirocco. HEX triplet: 68, 82 and 75. RGB value is (104,130,117). Sum of RGB (Red+Green+Blue) = 104+130+117=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #688275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688275 is #977D8A. Grayscale: #787878. Windows color (decimal): -9928075 or 7701096. OLE color: 7701096.

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

Color convert

RGB 104 130 117 -
CMYK 0.2 0 0.1 0.49
HSL 150º 0.11% 0.46% -
HSV(B) 150º 0.2% 0.51% -
XYZ 16.9 20.19 19.84 -
YUV 120.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 104 130 117 0.2 0 0.1 0.49 150 0.11 0.46
Hex 68 82 75 14 0 A 31 96 B 2E
Octal 150 202 165 24 0 12 61 226 13 56
Binary 1101000 10000010 1110101 10100 0 1010 110001 10010110 1011 101110

Color Harmonies of #688275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688275

Black with #688275

Text Example


Text Example

White with #688275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688275; }

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

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

background-color css

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

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

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

border-color css

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

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

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