Html Css Color HEX #63706B Sirocco

📋 copy color: '#63706B'

red 99 ◦ green 112 ◦ blue 107

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

Shades of Sirocco #63706B

Tints of Sirocco #63706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 31.13%
G = 35.22%
B = 33.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#63706B (or 0x63706B) is known color: Sirocco. HEX triplet: 63, 70 and 6B. RGB value is (99,112,107). Sum of RGB (Red+Green+Blue) = 99+112+107=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 112 - color contains mainly: green. Hex color #63706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63706B is #9C8F94. Grayscale: #6B6B6B. Windows color (decimal): -10260373 or 7041123. OLE color: 7041123.

HSL color Cylindrical-coordinate representation of color #63706B: hue angle of 156.92º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #63706B is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 112 107 -
CMYK 0.12 0 0.04 0.56
HSL 156.92º 0.06% 0.41% -
HSV(B) 156.92º 0.12% 0.44% -
XYZ 13.59 15.3 16.15 -
YUV 107.54 127.69 121.91 -
System Red Green Blue C M Y K H S L
Decimal 99 112 107 0.12 0 0.04 0.56 156.92 0.06 0.41
Hex 63 70 6B C 0 4 38 9D 6 29
Octal 143 160 153 14 0 4 70 235 6 51
Binary 1100011 1110000 1101011 1100 0 100 111000 10011101 110 101001

Color Harmonies of #63706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63706B

Black with #63706B

Text Example


Text Example

White with #63706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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