Html Css Color HEX #68756D Sirocco

📋 copy color: '#68756D'

red 104 ◦ green 117 ◦ blue 109

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

Shades of Sirocco #68756D

Tints of Sirocco #68756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.45%

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

R = 31.52%
G = 35.45%
B = 33.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#68756D (or 0x68756D) is known color: Sirocco. HEX triplet: 68, 75 and 6D. RGB value is (104,117,109). Sum of RGB (Red+Green+Blue) = 104+117+109=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 117 - color contains mainly: green. Hex color #68756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68756D is #978A92. Grayscale: #707070. Windows color (decimal): -9931411 or 7173480. OLE color: 7173480.

HSL color Cylindrical-coordinate representation of color #68756D: hue angle of 143.08º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #68756D is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 117 109 -
CMYK 0.11 0 0.07 0.54
HSL 143.08º 0.06% 0.43% -
HSV(B) 143.08º 0.11% 0.46% -
XYZ 14.83 16.77 16.92 -
YUV 112.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 104 117 109 0.11 0 0.07 0.54 143.08 0.06 0.43
Hex 68 75 6D B 0 7 36 8F 6 2B
Octal 150 165 155 13 0 7 66 217 6 53
Binary 1101000 1110101 1101101 1011 0 111 110110 10001111 110 101011

Color Harmonies of #68756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68756D

Black with #68756D

Text Example


Text Example

White with #68756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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