Html Css Color HEX #658470 Sirocco

📋 copy color: '#658470'

red 101 ◦ green 132 ◦ blue 112

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

Shades of Sirocco #658470

Tints of Sirocco #658470

RGB

 RED value IS 101 (39.84% from 255) = 29.28%

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

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

R = 29.28%
G = 38.26%
B = 32.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#658470 (or 0x658470) is known color: Sirocco. HEX triplet: 65, 84 and 70. RGB value is (101,132,112). Sum of RGB (Red+Green+Blue) = 101+132+112=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #658470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658470 is #9A7B8F. Grayscale: #787878. Windows color (decimal): -10124176 or 7373925. OLE color: 7373925.

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

Color convert

RGB 101 132 112 -
CMYK 0.23 0 0.15 0.48
HSL 141.29º 0.13% 0.46% -
HSV(B) 141.29º 0.23% 0.52% -
XYZ 16.54 20.44 18.4 -
YUV 120.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 101 132 112 0.23 0 0.15 0.48 141.29 0.13 0.46
Hex 65 84 70 17 0 F 30 8D D 2E
Octal 145 204 160 27 0 17 60 215 15 56
Binary 1100101 10000100 1110000 10111 0 1111 110000 10001101 1101 101110

Color Harmonies of #658470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658470

Black with #658470

Text Example


Text Example

White with #658470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658470; }

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

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

background-color css

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

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

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

border-color css

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

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

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