Html Css Color HEX #65806D Sirocco

📋 copy color: '#65806D'

red 101 ◦ green 128 ◦ blue 109

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

Shades of Sirocco #65806D

Tints of Sirocco #65806D

RGB

 RED value IS 101 (39.84% from 255) = 29.88%

 GREEN value IS 128 (50.39% from 255) = 37.87%

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

R = 29.88%
G = 37.87%
B = 32.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#65806D (or 0x65806D) is known color: Sirocco. HEX triplet: 65, 80 and 6D. RGB value is (101,128,109). Sum of RGB (Red+Green+Blue) = 101+128+109=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 128 - color contains mainly: green. Hex color #65806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65806D is #9A7F92. Grayscale: #757575. Windows color (decimal): -10125203 or 7176293. OLE color: 7176293.

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

Color convert

RGB 101 128 109 -
CMYK 0.21 0 0.15 0.50
HSL 137.78º 0.12% 0.45% -
HSV(B) 137.78º 0.21% 0.5% -
XYZ 15.85 19.31 17.36 -
YUV 117.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 101 128 109 0.21 0 0.15 0.50 137.78 0.12 0.45
Hex 65 80 6D 15 0 F 32 8A C 2D
Octal 145 200 155 25 0 17 62 212 14 55
Binary 1100101 10000000 1101101 10101 0 1111 110010 10001010 1100 101101

Color Harmonies of #65806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65806D

Black with #65806D

Text Example


Text Example

White with #65806D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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