Html Css Color HEX #63756A Sirocco

📋 copy color: '#63756A'

red 99 ◦ green 117 ◦ blue 106

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

Shades of Sirocco #63756A

Tints of Sirocco #63756A

RGB

 RED value IS 99 (39.06% from 255) = 30.75%

 GREEN value IS 117 (46.09% from 255) = 36.34%

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

R = 30.75%
G = 36.34%
B = 32.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#63756A (or 0x63756A) is known color: Sirocco. HEX triplet: 63, 75 and 6A. RGB value is (99,117,106). Sum of RGB (Red+Green+Blue) = 99+117+106=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 117 - color contains mainly: green. Hex color #63756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63756A is #9C8A95. Grayscale: #6E6E6E. Windows color (decimal): -10259094 or 6976867. OLE color: 6976867.

HSL color Cylindrical-coordinate representation of color #63756A: hue angle of 143.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #63756A is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 99 117 106 -
CMYK 0.15 0 0.09 0.54
HSL 143.33º 0.08% 0.42% -
HSV(B) 143.33º 0.15% 0.46% -
XYZ 14.11 16.42 16.06 -
YUV 110.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 99 117 106 0.15 0 0.09 0.54 143.33 0.08 0.42
Hex 63 75 6A F 0 9 36 8F 8 2A
Octal 143 165 152 17 0 11 66 217 10 52
Binary 1100011 1110101 1101010 1111 0 1001 110110 10001111 1000 101010

Color Harmonies of #63756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63756A

Black with #63756A

Text Example


Text Example

White with #63756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,117,106); }

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

background-color css

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

 a { background-color: rgb(99,117,106); }

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

border-color css

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

 span { border-color: rgb(99,117,106); }

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