Html Css Color HEX #606D65 Sirocco

📋 copy color: '#606D65'

red 96 ◦ green 109 ◦ blue 101

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

Shades of Sirocco #606D65

Tints of Sirocco #606D65

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.62%

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

R = 31.37%
G = 35.62%
B = 33.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#606D65 (or 0x606D65) is known color: Sirocco. HEX triplet: 60, 6D and 65. RGB value is (96,109,101). Sum of RGB (Red+Green+Blue) = 96+109+101=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 109 - color contains mainly: green. Hex color #606D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D65 is #9F929A. Grayscale: #686868. Windows color (decimal): -10457755 or 6647136. OLE color: 6647136.

HSL color Cylindrical-coordinate representation of color #606D65: hue angle of 143.08º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #606D65 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 109 101 -
CMYK 0.12 0 0.07 0.57
HSL 143.08º 0.06% 0.4% -
HSV(B) 143.08º 0.12% 0.43% -
XYZ 12.64 14.36 14.42 -
YUV 104.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 96 109 101 0.12 0 0.07 0.57 143.08 0.06 0.4
Hex 60 6D 65 C 0 7 39 8F 6 28
Octal 140 155 145 14 0 7 71 217 6 50
Binary 1100000 1101101 1100101 1100 0 111 111001 10001111 110 101000

Color Harmonies of #606D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D65

Black with #606D65

Text Example


Text Example

White with #606D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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