Html Css Color HEX #606B63 Sirocco

📋 copy color: '#606B63'

red 96 ◦ green 107 ◦ blue 99

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

Shades of Sirocco #606B63

Tints of Sirocco #606B63

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.43%

 BLUE value IS 99 (39.06% from 255) = 32.78%

R = 31.79%
G = 35.43%
B = 32.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#606B63 (or 0x606B63) is known color: Sirocco. HEX triplet: 60, 6B and 63. RGB value is (96,107,99). Sum of RGB (Red+Green+Blue) = 96+107+99=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 107 - color contains mainly: green. Hex color #606B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B63 is #9F949C. Grayscale: #666666. Windows color (decimal): -10458269 or 6515552. OLE color: 6515552.

HSL color Cylindrical-coordinate representation of color #606B63: hue angle of 136.36º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #606B63 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 107 99 -
CMYK 0.10 0 0.07 0.58
HSL 136.36º 0.05% 0.4% -
HSV(B) 136.36º 0.1% 0.42% -
XYZ 12.33 13.9 13.84 -
YUV 102.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 96 107 99 0.10 0 0.07 0.58 136.36 0.05 0.4
Hex 60 6B 63 A 0 7 3A 88 5 28
Octal 140 153 143 12 0 7 72 210 5 50
Binary 1100000 1101011 1100011 1010 0 111 111010 10001000 101 101000

Color Harmonies of #606B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606B63

Black with #606B63

Text Example


Text Example

White with #606B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,107,99); }

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

background-color css

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

 a { background-color: rgb(96,107,99); }

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

border-color css

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

 span { border-color: rgb(96,107,99); }

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