Html Css Color HEX #638071 Sirocco

📋 copy color: '#638071'

red 99 ◦ green 128 ◦ blue 113

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

Shades of Sirocco #638071

Tints of Sirocco #638071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.65%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 29.12%
G = 37.65%
B = 33.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#638071 (or 0x638071) is known color: Sirocco. HEX triplet: 63, 80 and 71. RGB value is (99,128,113). Sum of RGB (Red+Green+Blue) = 99+128+113=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #638071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638071 is #9C7F8E. Grayscale: #757575. Windows color (decimal): -10256271 or 7438435. OLE color: 7438435.

HSL color Cylindrical-coordinate representation of color #638071: hue angle of 148.97º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #638071 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 128 113 -
CMYK 0.23 0 0.12 0.50
HSL 148.97º 0.13% 0.45% -
HSV(B) 148.97º 0.23% 0.5% -
XYZ 15.85 19.28 18.51 -
YUV 117.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 99 128 113 0.23 0 0.12 0.50 148.97 0.13 0.45
Hex 63 80 71 17 0 C 32 95 D 2D
Octal 143 200 161 27 0 14 62 225 15 55
Binary 1100011 10000000 1110001 10111 0 1100 110010 10010101 1101 101101

Color Harmonies of #638071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638071

Black with #638071

Text Example


Text Example

White with #638071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638071; }

 p { color: rgb(99,128,113); }

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

background-color css

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

 a { background-color: rgb(99,128,113); }

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

border-color css

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

 span { border-color: rgb(99,128,113); }

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