Html Css Color HEX #60856C Sirocco

📋 copy color: '#60856C'

red 96 ◦ green 133 ◦ blue 108

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

Shades of Sirocco #60856C

Tints of Sirocco #60856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 28.49%
G = 39.47%
B = 32.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#60856C (or 0x60856C) is known color: Sirocco. HEX triplet: 60, 85 and 6C. RGB value is (96,133,108). Sum of RGB (Red+Green+Blue) = 96+133+108=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #60856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60856C is #9F7A93. Grayscale: #777777. Windows color (decimal): -10451604 or 7112032. OLE color: 7112032.

HSL color Cylindrical-coordinate representation of color #60856C: hue angle of 139.46º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60856C is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 108 -
CMYK 0.28 0 0.19 0.48
HSL 139.46º 0.16% 0.45% -
HSV(B) 139.46º 0.28% 0.52% -
XYZ 15.92 20.34 17.28 -
YUV 119.09 121.74 111.53 -
System Red Green Blue C M Y K H S L
Decimal 96 133 108 0.28 0 0.19 0.48 139.46 0.16 0.45
Hex 60 85 6C 1C 0 13 30 8B 10 2D
Octal 140 205 154 34 0 23 60 213 20 55
Binary 1100000 10000101 1101100 11100 0 10011 110000 10001011 10000 101101

Color Harmonies of #60856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60856C

Black with #60856C

Text Example


Text Example

White with #60856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60856C; }

 p { color: rgb(96,133,108); }

 H1.HeaderClassName
 {
   color: #60856C;
 }
 .AnyTagClassName
 {
   color: #60856C;
 }
</style>

background-color css

<style>
 a { background-color: #60856C; }

 a { background-color: rgb(96,133,108); }

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

border-color css

<style>
 span { border-color: #60856C; }

 span { border-color: rgb(96,133,108); }

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