Html Css Color HEX #638672 Sirocco

📋 copy color: '#638672'

red 99 ◦ green 134 ◦ blue 114

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

Shades of Sirocco #638672

Tints of Sirocco #638672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.62%

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

R = 28.53%
G = 38.62%
B = 32.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#638672 (or 0x638672) is known color: Sirocco. HEX triplet: 63, 86 and 72. RGB value is (99,134,114). Sum of RGB (Red+Green+Blue) = 99+134+114=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #638672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638672 is #9C798D. Grayscale: #797979. Windows color (decimal): -10254734 or 7505507. OLE color: 7505507.

HSL color Cylindrical-coordinate representation of color #638672: hue angle of 145.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #638672 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 134 114 -
CMYK 0.26 0 0.15 0.47
HSL 145.71º 0.15% 0.46% -
HSV(B) 145.71º 0.26% 0.53% -
XYZ 16.71 20.92 19.08 -
YUV 121.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 99 134 114 0.26 0 0.15 0.47 145.71 0.15 0.46
Hex 63 86 72 1A 0 F 2F 92 F 2E
Octal 143 206 162 32 0 17 57 222 17 56
Binary 1100011 10000110 1110010 11010 0 1111 101111 10010010 1111 101110

Color Harmonies of #638672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638672

Black with #638672

Text Example


Text Example

White with #638672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638672; }

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

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

background-color css

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

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

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

border-color css

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

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

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