Html Css Color HEX #63766A Sirocco

📋 copy color: '#63766A'

red 99 ◦ green 118 ◦ blue 106

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

Shades of Sirocco #63766A

Tints of Sirocco #63766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

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

R = 30.65%
G = 36.53%
B = 32.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#63766A (or 0x63766A) is known color: Sirocco. HEX triplet: 63, 76 and 6A. RGB value is (99,118,106). Sum of RGB (Red+Green+Blue) = 99+118+106=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 118 - color contains mainly: green. Hex color #63766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63766A is #9C8995. Grayscale: #6E6E6E. Windows color (decimal): -10258838 or 6977123. OLE color: 6977123.

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

Color convert

RGB 99 118 106 -
CMYK 0.16 0 0.10 0.54
HSL 142.11º 0.09% 0.43% -
HSV(B) 142.11º 0.16% 0.46% -
XYZ 14.23 16.65 16.1 -
YUV 110.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 99 118 106 0.16 0 0.10 0.54 142.11 0.09 0.43
Hex 63 76 6A 10 0 A 36 8E 9 2B
Octal 143 166 152 20 0 12 66 216 11 53
Binary 1100011 1110110 1101010 10000 0 1010 110110 10001110 1001 101011

Color Harmonies of #63766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63766A

Black with #63766A

Text Example


Text Example

White with #63766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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