#65816D

Color #65816D Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #65816D

Tints of Sirocco #65816D

Color information

#65816D (or 0x65816D) is unknown color: approx Sirocco. HEX triplet: 65, 81 and 6D. RGB value is (101,129,109). Sum of RGB (Red+Green+Blue) = 101+129+109=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 129 - color contains mainly: green. Hex color #65816D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65816D is #9A7E92. Grayscale: #767676. Windows color (decimal): -10124947 or 7176549. OLE color: 7176549.

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

Color convert

RGB101129109-
CMYK0.2200.160.49
HSL137.14º12.17%45.1%-
HSV(B)137.14º21.71%50.59%-
XYZ15.9819.5717.4-
YUV118.35122.72115.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.79%
GREEN value IS 129 (50.78% from 255) = 38.05%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=29.79%
G=38.05%
B=32.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011291090.2200.160.49137.1412.1745.1
Hex65816D160103189c2d
Octal14520115526020612111455
Binary110010110000001110110110110010000110001100010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65816D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65816D;
 }
 .AnyTagClassName
 {
   color: #65816D;
 }
</style>
background-color css

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

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

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

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

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

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