Html Css Color HEX #60866E Sirocco

📋 copy color: '#60866E'

red 96 ◦ green 134 ◦ blue 110

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

Shades of Sirocco #60866E

Tints of Sirocco #60866E

RGB

 RED value IS 96 (37.89% from 255) = 28.24%

 GREEN value IS 134 (52.73% from 255) = 39.41%

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

R = 28.24%
G = 39.41%
B = 32.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#60866E (or 0x60866E) is known color: Sirocco. HEX triplet: 60, 86 and 6E. RGB value is (96,134,110). Sum of RGB (Red+Green+Blue) = 96+134+110=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #60866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60866E is #9F7991. Grayscale: #777777. Windows color (decimal): -10451346 or 7243360. OLE color: 7243360.

HSL color Cylindrical-coordinate representation of color #60866E: hue angle of 142.11º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60866E is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 134 110 -
CMYK 0.28 0 0.18 0.47
HSL 142.11º 0.17% 0.45% -
HSV(B) 142.11º 0.28% 0.53% -
XYZ 16.16 20.66 17.89 -
YUV 119.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 96 134 110 0.28 0 0.18 0.47 142.11 0.17 0.45
Hex 60 86 6E 1C 0 12 2F 8E 11 2D
Octal 140 206 156 34 0 22 57 216 21 55
Binary 1100000 10000110 1101110 11100 0 10010 101111 10001110 10001 101101

Color Harmonies of #60866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60866E

Black with #60866E

Text Example


Text Example

White with #60866E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,134,110); }

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

background-color css

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

 a { background-color: rgb(96,134,110); }

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

border-color css

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

 span { border-color: rgb(96,134,110); }

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