Html Css Color HEX #60816F Sirocco

📋 copy color: '#60816F'

red 96 ◦ green 129 ◦ blue 111

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

Shades of Sirocco #60816F

Tints of Sirocco #60816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.39%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 28.57%
G = 38.39%
B = 33.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#60816F (or 0x60816F) is known color: Sirocco. HEX triplet: 60, 81 and 6F. RGB value is (96,129,111). Sum of RGB (Red+Green+Blue) = 96+129+111=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #60816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60816F is #9F7E90. Grayscale: #757575. Windows color (decimal): -10452625 or 7307616. OLE color: 7307616.

HSL color Cylindrical-coordinate representation of color #60816F: hue angle of 147.27º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60816F is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 129 111 -
CMYK 0.26 0 0.14 0.49
HSL 147.27º 0.15% 0.44% -
HSV(B) 147.27º 0.26% 0.51% -
XYZ 15.54 19.34 17.95 -
YUV 117.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 96 129 111 0.26 0 0.14 0.49 147.27 0.15 0.44
Hex 60 81 6F 1A 0 E 31 93 F 2C
Octal 140 201 157 32 0 16 61 223 17 54
Binary 1100000 10000001 1101111 11010 0 1110 110001 10010011 1111 101100

Color Harmonies of #60816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60816F

Black with #60816F

Text Example


Text Example

White with #60816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60816F; }

 p { color: rgb(96,129,111); }

 H1.HeaderClassName
 {
   color: #60816F;
 }
 .AnyTagClassName
 {
   color: #60816F;
 }
</style>

background-color css

<style>
 a { background-color: #60816F; }

 a { background-color: rgb(96,129,111); }

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

border-color css

<style>
 span { border-color: #60816F; }

 span { border-color: rgb(96,129,111); }

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