Html Css Color HEX #66756A Sirocco

📋 copy color: '#66756A'

red 102 ◦ green 117 ◦ blue 106

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

Shades of Sirocco #66756A

Tints of Sirocco #66756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36%

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 31.38%
G = 36%
B = 32.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#66756A (or 0x66756A) is known color: Sirocco. HEX triplet: 66, 75 and 6A. RGB value is (102,117,106). Sum of RGB (Red+Green+Blue) = 102+117+106=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 117 - color contains mainly: green. Hex color #66756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66756A is #998A95. Grayscale: #6F6F6F. Windows color (decimal): -10062486 or 6976870. OLE color: 6976870.

HSL color Cylindrical-coordinate representation of color #66756A: hue angle of 136º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #66756A is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 117 106 -
CMYK 0.13 0 0.09 0.54
HSL 136º 0.07% 0.43% -
HSV(B) 136º 0.13% 0.46% -
XYZ 14.44 16.59 16.08 -
YUV 111.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 102 117 106 0.13 0 0.09 0.54 136 0.07 0.43
Hex 66 75 6A D 0 9 36 88 7 2B
Octal 146 165 152 15 0 11 66 210 7 53
Binary 1100110 1110101 1101010 1101 0 1001 110110 10001000 111 101011

Color Harmonies of #66756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66756A

Black with #66756A

Text Example


Text Example

White with #66756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66756A; }

 p { color: rgb(102,117,106); }

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

background-color css

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

 a { background-color: rgb(102,117,106); }

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

border-color css

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

 span { border-color: rgb(102,117,106); }

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