Html Css Color HEX #63806C Sirocco

📋 copy color: '#63806C'

red 99 ◦ green 128 ◦ blue 108

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

Shades of Sirocco #63806C

Tints of Sirocco #63806C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.21%

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 29.55%
G = 38.21%
B = 32.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#63806C (or 0x63806C) is known color: Sirocco. HEX triplet: 63, 80 and 6C. RGB value is (99,128,108). Sum of RGB (Red+Green+Blue) = 99+128+108=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 128 - color contains mainly: green. Hex color #63806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63806C is #9C7F93. Grayscale: #757575. Windows color (decimal): -10256276 or 7110755. OLE color: 7110755.

HSL color Cylindrical-coordinate representation of color #63806C: hue angle of 138.62º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63806C is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 128 108 -
CMYK 0.23 0 0.16 0.50
HSL 138.62º 0.13% 0.45% -
HSV(B) 138.62º 0.23% 0.5% -
XYZ 15.57 19.17 17.07 -
YUV 117.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 99 128 108 0.23 0 0.16 0.50 138.62 0.13 0.45
Hex 63 80 6C 17 0 10 32 8B D 2D
Octal 143 200 154 27 0 20 62 213 15 55
Binary 1100011 10000000 1101100 10111 0 10000 110010 10001011 1101 101101

Color Harmonies of #63806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63806C

Black with #63806C

Text Example


Text Example

White with #63806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63806C; }

 p { color: rgb(99,128,108); }

 H1.HeaderClassName
 {
   color: #63806C;
 }
 .AnyTagClassName
 {
   color: #63806C;
 }
</style>

background-color css

<style>
 a { background-color: #63806C; }

 a { background-color: rgb(99,128,108); }

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

border-color css

<style>
 span { border-color: #63806C; }

 span { border-color: rgb(99,128,108); }

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