Html Css Color HEX #68796E Sirocco

📋 copy color: '#68796E'

red 104 ◦ green 121 ◦ blue 110

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

Shades of Sirocco #68796E

Tints of Sirocco #68796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.12%

 BLUE value IS 110 (43.36% from 255) = 32.84%

R = 31.04%
G = 36.12%
B = 32.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#68796E (or 0x68796E) is known color: Sirocco. HEX triplet: 68, 79 and 6E. RGB value is (104,121,110). Sum of RGB (Red+Green+Blue) = 104+121+110=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 121 - color contains mainly: green. Hex color #68796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68796E is #978691. Grayscale: #727272. Windows color (decimal): -9930386 or 7240040. OLE color: 7240040.

HSL color Cylindrical-coordinate representation of color #68796E: hue angle of 141.18º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #68796E is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 121 110 -
CMYK 0.14 0 0.09 0.53
HSL 141.18º 0.08% 0.44% -
HSV(B) 141.18º 0.14% 0.47% -
XYZ 15.36 17.74 17.37 -
YUV 114.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 104 121 110 0.14 0 0.09 0.53 141.18 0.08 0.44
Hex 68 79 6E E 0 9 35 8D 8 2C
Octal 150 171 156 16 0 11 65 215 10 54
Binary 1101000 1111001 1101110 1110 0 1001 110101 10001101 1000 101100

Color Harmonies of #68796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68796E

Black with #68796E

Text Example


Text Example

White with #68796E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68796E; }

 p { color: rgb(104,121,110); }

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

background-color css

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

 a { background-color: rgb(104,121,110); }

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

border-color css

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

 span { border-color: rgb(104,121,110); }

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