Html Css Color HEX #65816D Sirocco

📋 copy color: '#65816D'

red 101 ◦ green 129 ◦ blue 109

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

Shades of Sirocco #65816D

Tints of Sirocco #65816D

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 value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#65816D (or 0x65816D) is known color: 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

RGB 101 129 109 -
CMYK 0.22 0 0.16 0.49
HSL 137.14º 0.12% 0.45% -
HSV(B) 137.14º 0.22% 0.51% -
XYZ 15.98 19.57 17.4 -
YUV 118.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 101 129 109 0.22 0 0.16 0.49 137.14 0.12 0.45
Hex 65 81 6D 16 0 10 31 89 C 2D
Octal 145 201 155 26 0 20 61 211 14 55
Binary 1100101 10000001 1101101 10110 0 10000 110001 10001001 1100 101101

Color Harmonies of #65816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65816D

Black with #65816D

Text Example


Text Example

White with #65816D

Text Example


Text Example

HTML Codes & Css Web 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>