Html Css Color HEX #65756A Sirocco

📋 copy color: '#65756A'

red 101 ◦ green 117 ◦ blue 106

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

Shades of Sirocco #65756A

Tints of Sirocco #65756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.11%

 BLUE value IS 106 (41.8% from 255) = 32.72%

R = 31.17%
G = 36.11%
B = 32.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#65756A (or 0x65756A) is known color: Sirocco. HEX triplet: 65, 75 and 6A. RGB value is (101,117,106). Sum of RGB (Red+Green+Blue) = 101+117+106=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #65756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65756A is #9A8A95. Grayscale: #6E6E6E. Windows color (decimal): -10128022 or 6976869. OLE color: 6976869.

HSL color Cylindrical-coordinate representation of color #65756A: hue angle of 138.75º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #65756A is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 117 106 -
CMYK 0.14 0 0.09 0.54
HSL 138.75º 0.07% 0.43% -
HSV(B) 138.75º 0.14% 0.46% -
XYZ 14.33 16.53 16.07 -
YUV 110.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 101 117 106 0.14 0 0.09 0.54 138.75 0.07 0.43
Hex 65 75 6A E 0 9 36 8B 7 2B
Octal 145 165 152 16 0 11 66 213 7 53
Binary 1100101 1110101 1101010 1110 0 1001 110110 10001011 111 101011

Color Harmonies of #65756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65756A

Black with #65756A

Text Example


Text Example

White with #65756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65756A; }

 p { color: rgb(101,117,106); }

 H1.HeaderClassName
 {
   color: #65756A;
 }
 .AnyTagClassName
 {
   color: #65756A;
 }
</style>

background-color css

<style>
 a { background-color: #65756A; }

 a { background-color: rgb(101,117,106); }

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

border-color css

<style>
 span { border-color: #65756A; }

 span { border-color: rgb(101,117,106); }

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