Html Css Color HEX #68796D Sirocco

📋 copy color: '#68796D'

red 104 ◦ green 121 ◦ blue 109

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

Shades of Sirocco #68796D

Tints of Sirocco #68796D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 31.14%
G = 36.23%
B = 32.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#68796D (or 0x68796D) is known color: Sirocco. HEX triplet: 68, 79 and 6D. RGB value is (104,121,109). Sum of RGB (Red+Green+Blue) = 104+121+109=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 121 - color contains mainly: green. Hex color #68796D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68796D is #978692. Grayscale: #727272. Windows color (decimal): -9930387 or 7174504. OLE color: 7174504.

HSL color Cylindrical-coordinate representation of color #68796D: hue angle of 137.65º 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 #68796D is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 121 109 -
CMYK 0.14 0 0.10 0.53
HSL 137.65º 0.08% 0.44% -
HSV(B) 137.65º 0.14% 0.47% -
XYZ 15.31 17.72 17.08 -
YUV 114.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 104 121 109 0.14 0 0.10 0.53 137.65 0.08 0.44
Hex 68 79 6D E 0 A 35 8A 8 2C
Octal 150 171 155 16 0 12 65 212 10 54
Binary 1101000 1111001 1101101 1110 0 1010 110101 10001010 1000 101100

Color Harmonies of #68796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68796D

Black with #68796D

Text Example


Text Example

White with #68796D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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