Html Css Color HEX #60716A Sirocco

📋 copy color: '#60716A'

red 96 ◦ green 113 ◦ blue 106

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

Shades of Sirocco #60716A

Tints of Sirocco #60716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 30.48%
G = 35.87%
B = 33.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#60716A (or 0x60716A) is known color: Sirocco. HEX triplet: 60, 71 and 6A. RGB value is (96,113,106). Sum of RGB (Red+Green+Blue) = 96+113+106=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 113 - color contains mainly: green. Hex color #60716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60716A is #9F8E95. Grayscale: #6B6B6B. Windows color (decimal): -10456726 or 6975840. OLE color: 6975840.

HSL color Cylindrical-coordinate representation of color #60716A: hue angle of 155.29º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #60716A is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 113 106 -
CMYK 0.15 0 0.06 0.56
HSL 155.29º 0.08% 0.41% -
HSV(B) 155.29º 0.15% 0.44% -
XYZ 13.33 15.34 15.89 -
YUV 107.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 96 113 106 0.15 0 0.06 0.56 155.29 0.08 0.41
Hex 60 71 6A F 0 6 38 9B 8 29
Octal 140 161 152 17 0 6 70 233 10 51
Binary 1100000 1110001 1101010 1111 0 110 111000 10011011 1000 101001

Color Harmonies of #60716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60716A

Black with #60716A

Text Example


Text Example

White with #60716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60716A; }

 p { color: rgb(96,113,106); }

 H1.HeaderClassName
 {
   color: #60716A;
 }
 .AnyTagClassName
 {
   color: #60716A;
 }
</style>

background-color css

<style>
 a { background-color: #60716A; }

 a { background-color: rgb(96,113,106); }

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

border-color css

<style>
 span { border-color: #60716A; }

 span { border-color: rgb(96,113,106); }

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