Html Css Color HEX #65826D Sirocco

📋 copy color: '#65826D'

red 101 ◦ green 130 ◦ blue 109

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

Shades of Sirocco #65826D

Tints of Sirocco #65826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.24%

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

R = 29.71%
G = 38.24%
B = 32.06%

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

#65826D (or 0x65826D) is known color: Sirocco. HEX triplet: 65, 82 and 6D. RGB value is (101,130,109). Sum of RGB (Red+Green+Blue) = 101+130+109=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #65826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65826D is #9A7D92. Grayscale: #767676. Windows color (decimal): -10124691 or 7176805. OLE color: 7176805.

HSL color Cylindrical-coordinate representation of color #65826D: hue angle of 136.55º degrees, saturation: 0.13, 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 #65826D is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 109 -
CMYK 0.22 0 0.16 0.49
HSL 136.55º 0.13% 0.45% -
HSV(B) 136.55º 0.22% 0.51% -
XYZ 16.11 19.84 17.45 -
YUV 118.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 101 130 109 0.22 0 0.16 0.49 136.55 0.13 0.45
Hex 65 82 6D 16 0 10 31 89 D 2D
Octal 145 202 155 26 0 20 61 211 15 55
Binary 1100101 10000010 1101101 10110 0 10000 110001 10001001 1101 101101

Color Harmonies of #65826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65826D

Black with #65826D

Text Example


Text Example

White with #65826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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