Html Css Color HEX #68736E Sirocco

📋 copy color: '#68736E'

red 104 ◦ green 115 ◦ blue 110

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

Shades of Sirocco #68736E

Tints of Sirocco #68736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.95%

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

R = 31.61%
G = 34.95%
B = 33.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#68736E (or 0x68736E) is known color: Sirocco. HEX triplet: 68, 73 and 6E. RGB value is (104,115,110). Sum of RGB (Red+Green+Blue) = 104+115+110=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 115 - color contains mainly: green. Hex color #68736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68736E is #978C91. Grayscale: #6F6F6F. Windows color (decimal): -9931922 or 7238504. OLE color: 7238504.

HSL color Cylindrical-coordinate representation of color #68736E: hue angle of 152.73º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68736E is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 115 110 -
CMYK 0.10 0 0.04 0.55
HSL 152.73º 0.05% 0.43% -
HSV(B) 152.73º 0.1% 0.45% -
XYZ 14.65 16.33 17.13 -
YUV 111.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 104 115 110 0.10 0 0.04 0.55 152.73 0.05 0.43
Hex 68 73 6E A 0 4 37 99 5 2B
Octal 150 163 156 12 0 4 67 231 5 53
Binary 1101000 1110011 1101110 1010 0 100 110111 10011001 101 101011

Color Harmonies of #68736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68736E

Black with #68736E

Text Example


Text Example

White with #68736E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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