Html Css Color HEX #638770 Sirocco

📋 copy color: '#638770'

red 99 ◦ green 135 ◦ blue 112

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

Shades of Sirocco #638770

Tints of Sirocco #638770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.02%

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 28.61%
G = 39.02%
B = 32.37%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#638770 (or 0x638770) is known color: Sirocco. HEX triplet: 63, 87 and 70. RGB value is (99,135,112). Sum of RGB (Red+Green+Blue) = 99+135+112=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #638770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638770 is #9C788F. Grayscale: #797979. Windows color (decimal): -10254480 or 7374691. OLE color: 7374691.

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

Color convert

RGB 99 135 112 -
CMYK 0.27 0 0.17 0.47
HSL 141.67º 0.15% 0.46% -
HSV(B) 141.67º 0.27% 0.53% -
XYZ 16.73 21.15 18.53 -
YUV 121.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 99 135 112 0.27 0 0.17 0.47 141.67 0.15 0.46
Hex 63 87 70 1B 0 11 2F 8E F 2E
Octal 143 207 160 33 0 21 57 216 17 56
Binary 1100011 10000111 1110000 11011 0 10001 101111 10001110 1111 101110

Color Harmonies of #638770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638770

Black with #638770

Text Example


Text Example

White with #638770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638770; }

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

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

background-color css

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

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

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

border-color css

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

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

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