Html Css Color HEX #638470 Sirocco

📋 copy color: '#638470'

red 99 ◦ green 132 ◦ blue 112

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

Shades of Sirocco #638470

Tints of Sirocco #638470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.48%

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

R = 28.86%
G = 38.48%
B = 32.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#638470 (or 0x638470) is known color: Sirocco. HEX triplet: 63, 84 and 70. RGB value is (99,132,112). Sum of RGB (Red+Green+Blue) = 99+132+112=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #638470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638470 is #9C7B8F. Grayscale: #777777. Windows color (decimal): -10255248 or 7373923. OLE color: 7373923.

HSL color Cylindrical-coordinate representation of color #638470: hue angle of 143.64º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #638470 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 112 -
CMYK 0.25 0 0.15 0.48
HSL 143.64º 0.14% 0.45% -
HSV(B) 143.64º 0.25% 0.52% -
XYZ 16.32 20.33 18.39 -
YUV 119.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 99 132 112 0.25 0 0.15 0.48 143.64 0.14 0.45
Hex 63 84 70 19 0 F 30 90 E 2D
Octal 143 204 160 31 0 17 60 220 16 55
Binary 1100011 10000100 1110000 11001 0 1111 110000 10010000 1110 101101

Color Harmonies of #638470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638470

Black with #638470

Text Example


Text Example

White with #638470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638470; }

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

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

background-color css

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

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

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

border-color css

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

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

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