Html Css Color HEX #66816D Sirocco

📋 copy color: '#66816D'

red 102 ◦ green 129 ◦ blue 109

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

Shades of Sirocco #66816D

Tints of Sirocco #66816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.94%

 BLUE value IS 109 (42.97% from 255) = 32.06%

R = 30%
G = 37.94%
B = 32.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#66816D (or 0x66816D) is known color: Sirocco. HEX triplet: 66, 81 and 6D. RGB value is (102,129,109). Sum of RGB (Red+Green+Blue) = 102+129+109=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 129 - color contains mainly: green. Hex color #66816D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66816D is #997E92. Grayscale: #767676. Windows color (decimal): -10059411 or 7176550. OLE color: 7176550.

HSL color Cylindrical-coordinate representation of color #66816D: hue angle of 135.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66816D is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 109 -
CMYK 0.21 0 0.16 0.49
HSL 135.56º 0.12% 0.45% -
HSV(B) 135.56º 0.21% 0.51% -
XYZ 16.09 19.63 17.41 -
YUV 118.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 102 129 109 0.21 0 0.16 0.49 135.56 0.12 0.45
Hex 66 81 6D 15 0 10 31 88 C 2D
Octal 146 201 155 25 0 20 61 210 14 55
Binary 1100110 10000001 1101101 10101 0 10000 110001 10001000 1100 101101

Color Harmonies of #66816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66816D

Black with #66816D

Text Example


Text Example

White with #66816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66816D; }

 p { color: rgb(102,129,109); }

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

background-color css

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

 a { background-color: rgb(102,129,109); }

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

border-color css

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

 span { border-color: rgb(102,129,109); }

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