Html Css Color HEX #607065 Sirocco

📋 copy color: '#607065'

red 96 ◦ green 112 ◦ blue 101

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

Shades of Sirocco #607065

Tints of Sirocco #607065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.25%

 BLUE value IS 101 (39.84% from 255) = 32.69%

R = 31.07%
G = 36.25%
B = 32.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#607065 (or 0x607065) is known color: Sirocco. HEX triplet: 60, 70 and 65. RGB value is (96,112,101). Sum of RGB (Red+Green+Blue) = 96+112+101=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #607065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607065 is #9F8F9A. Grayscale: #696969. Windows color (decimal): -10456987 or 6647904. OLE color: 6647904.

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

Color convert

RGB 96 112 101 -
CMYK 0.14 0 0.10 0.56
HSL 138.75º 0.08% 0.41% -
HSV(B) 138.75º 0.14% 0.44% -
XYZ 12.97 15.01 14.53 -
YUV 105.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 96 112 101 0.14 0 0.10 0.56 138.75 0.08 0.41
Hex 60 70 65 E 0 A 38 8B 8 29
Octal 140 160 145 16 0 12 70 213 10 51
Binary 1100000 1110000 1100101 1110 0 1010 111000 10001011 1000 101001

Color Harmonies of #607065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607065

Black with #607065

Text Example


Text Example

White with #607065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607065; }

 p { color: rgb(96,112,101); }

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

background-color css

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

 a { background-color: rgb(96,112,101); }

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

border-color css

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

 span { border-color: rgb(96,112,101); }

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