Html Css Color HEX #668572 Sirocco

📋 copy color: '#668572'

red 102 ◦ green 133 ◦ blue 114

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

Shades of Sirocco #668572

Tints of Sirocco #668572

RGB

 RED value IS 102 (40.23% from 255) = 29.23%

 GREEN value IS 133 (52.34% from 255) = 38.11%

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 29.23%
G = 38.11%
B = 32.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#668572 (or 0x668572) is known color: Sirocco. HEX triplet: 66, 85 and 72. RGB value is (102,133,114). Sum of RGB (Red+Green+Blue) = 102+133+114=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #668572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668572 is #997A8D. Grayscale: #797979. Windows color (decimal): -10058382 or 7505254. OLE color: 7505254.

HSL color Cylindrical-coordinate representation of color #668572: hue angle of 143.23º 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 #668572 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 114 -
CMYK 0.23 0 0.14 0.48
HSL 143.23º 0.13% 0.46% -
HSV(B) 143.23º 0.23% 0.52% -
XYZ 16.9 20.81 19.05 -
YUV 121.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 102 133 114 0.23 0 0.14 0.48 143.23 0.13 0.46
Hex 66 85 72 17 0 E 30 8F D 2E
Octal 146 205 162 27 0 16 60 217 15 56
Binary 1100110 10000101 1110010 10111 0 1110 110000 10001111 1101 101110

Color Harmonies of #668572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668572

Black with #668572

Text Example


Text Example

White with #668572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668572; }

 p { color: rgb(102,133,114); }

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

background-color css

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

 a { background-color: rgb(102,133,114); }

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

border-color css

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

 span { border-color: rgb(102,133,114); }

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