Html Css Color HEX #638472 Sirocco

📋 copy color: '#638472'

red 99 ◦ green 132 ◦ blue 114

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

Shades of Sirocco #638472

Tints of Sirocco #638472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.26%

 BLUE value IS 114 (44.92% from 255) = 33.04%

R = 28.7%
G = 38.26%
B = 33.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#638472 (or 0x638472) is known color: Sirocco. HEX triplet: 63, 84 and 72. RGB value is (99,132,114). Sum of RGB (Red+Green+Blue) = 99+132+114=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #638472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638472 is #9C7B8D. Grayscale: #787878. Windows color (decimal): -10255246 or 7504995. OLE color: 7504995.

HSL color Cylindrical-coordinate representation of color #638472: hue angle of 147.27º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #638472 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 114 -
CMYK 0.25 0 0.14 0.48
HSL 147.27º 0.14% 0.45% -
HSV(B) 147.27º 0.25% 0.52% -
XYZ 16.43 20.37 18.99 -
YUV 120.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 99 132 114 0.25 0 0.14 0.48 147.27 0.14 0.45
Hex 63 84 72 19 0 E 30 93 E 2D
Octal 143 204 162 31 0 16 60 223 16 55
Binary 1100011 10000100 1110010 11001 0 1110 110000 10010011 1110 101101

Color Harmonies of #638472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638472

Black with #638472

Text Example


Text Example

White with #638472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638472; }

 p { color: rgb(99,132,114); }

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

background-color css

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

 a { background-color: rgb(99,132,114); }

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

border-color css

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

 span { border-color: rgb(99,132,114); }

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