Html Css Color HEX #638970 Sirocco

📋 copy color: '#638970'

red 99 ◦ green 137 ◦ blue 112

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

Shades of Sirocco #638970

Tints of Sirocco #638970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

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

R = 28.45%
G = 39.37%
B = 32.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#638970 (or 0x638970) is known color: Sirocco. HEX triplet: 63, 89 and 70. RGB value is (99,137,112). Sum of RGB (Red+Green+Blue) = 99+137+112=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #638970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638970 is #9C768F. Grayscale: #7A7A7A. Windows color (decimal): -10253968 or 7375203. OLE color: 7375203.

HSL color Cylindrical-coordinate representation of color #638970: hue angle of 140.53º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638970 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 137 112 -
CMYK 0.28 0 0.18 0.46
HSL 140.53º 0.16% 0.46% -
HSV(B) 140.53º 0.28% 0.54% -
XYZ 17.02 21.71 18.62 -
YUV 122.79 121.91 111.03 -
System Red Green Blue C M Y K H S L
Decimal 99 137 112 0.28 0 0.18 0.46 140.53 0.16 0.46
Hex 63 89 70 1C 0 12 2E 8D 10 2E
Octal 143 211 160 34 0 22 56 215 20 56
Binary 1100011 10001001 1110000 11100 0 10010 101110 10001101 10000 101110

Color Harmonies of #638970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638970

Black with #638970

Text Example


Text Example

White with #638970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638970; }

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

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

background-color css

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

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

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

border-color css

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

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

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