Html Css Color HEX #688375 Sirocco

📋 copy color: '#688375'

red 104 ◦ green 131 ◦ blue 117

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

Shades of Sirocco #688375

Tints of Sirocco #688375

RGB

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

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

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

R = 29.55%
G = 37.22%
B = 33.24%

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

#688375 (or 0x688375) is known color: Sirocco. HEX triplet: 68, 83 and 75. RGB value is (104,131,117). Sum of RGB (Red+Green+Blue) = 104+131+117=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 131 - color contains mainly: green. Hex color #688375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688375 is #977C8A. Grayscale: #797979. Windows color (decimal): -9927819 or 7701352. OLE color: 7701352.

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

Color convert

RGB 104 131 117 -
CMYK 0.21 0 0.11 0.49
HSL 148.89º 0.11% 0.46% -
HSV(B) 148.89º 0.21% 0.51% -
XYZ 17.04 20.46 19.88 -
YUV 121.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 104 131 117 0.21 0 0.11 0.49 148.89 0.11 0.46
Hex 68 83 75 15 0 B 31 95 B 2E
Octal 150 203 165 25 0 13 61 225 13 56
Binary 1101000 10000011 1110101 10101 0 1011 110001 10010101 1011 101110

Color Harmonies of #688375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688375

Black with #688375

Text Example


Text Example

White with #688375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688375; }

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

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

background-color css

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

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

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

border-color css

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

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

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