Html Css Color HEX #638670 Sirocco

📋 copy color: '#638670'

red 99 ◦ green 134 ◦ blue 112

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

Shades of Sirocco #638670

Tints of Sirocco #638670

RGB

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

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

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

R = 28.7%
G = 38.84%
B = 32.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#638670 (or 0x638670) is known color: Sirocco. HEX triplet: 63, 86 and 70. RGB value is (99,134,112). Sum of RGB (Red+Green+Blue) = 99+134+112=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #638670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638670 is #9C798F. Grayscale: #797979. Windows color (decimal): -10254736 or 7374435. OLE color: 7374435.

HSL color Cylindrical-coordinate representation of color #638670: hue angle of 142.29º 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 #638670 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 134 112 -
CMYK 0.26 0 0.16 0.47
HSL 142.29º 0.15% 0.46% -
HSV(B) 142.29º 0.26% 0.53% -
XYZ 16.6 20.87 18.48 -
YUV 121.03 122.9 112.29 -
System Red Green Blue C M Y K H S L
Decimal 99 134 112 0.26 0 0.16 0.47 142.29 0.15 0.46
Hex 63 86 70 1A 0 10 2F 8E F 2E
Octal 143 206 160 32 0 20 57 216 17 56
Binary 1100011 10000110 1110000 11010 0 10000 101111 10001110 1111 101110

Color Harmonies of #638670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638670

Black with #638670

Text Example


Text Example

White with #638670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638670; }

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

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

background-color css

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

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

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

border-color css

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

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

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