Html Css Color HEX #65746E Sirocco

📋 copy color: '#65746E'

red 101 ◦ green 116 ◦ blue 110

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

Shades of Sirocco #65746E

Tints of Sirocco #65746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

 BLUE value IS 110 (43.36% from 255) = 33.64%

R = 30.89%
G = 35.47%
B = 33.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#65746E (or 0x65746E) is known color: Sirocco. HEX triplet: 65, 74 and 6E. RGB value is (101,116,110). Sum of RGB (Red+Green+Blue) = 101+116+110=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 116 - color contains mainly: green. Hex color #65746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65746E is #9A8B91. Grayscale: #6E6E6E. Windows color (decimal): -10128274 or 7238757. OLE color: 7238757.

HSL color Cylindrical-coordinate representation of color #65746E: hue angle of 156º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #65746E is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 116 110 -
CMYK 0.13 0 0.05 0.55
HSL 156º 0.07% 0.43% -
HSV(B) 156º 0.13% 0.45% -
XYZ 14.43 16.38 17.15 -
YUV 110.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 101 116 110 0.13 0 0.05 0.55 156 0.07 0.43
Hex 65 74 6E D 0 5 37 9C 7 2B
Octal 145 164 156 15 0 5 67 234 7 53
Binary 1100101 1110100 1101110 1101 0 101 110111 10011100 111 101011

Color Harmonies of #65746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65746E

Black with #65746E

Text Example


Text Example

White with #65746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65746E; }

 p { color: rgb(101,116,110); }

 H1.HeaderClassName
 {
   color: #65746E;
 }
 .AnyTagClassName
 {
   color: #65746E;
 }
</style>

background-color css

<style>
 a { background-color: #65746E; }

 a { background-color: rgb(101,116,110); }

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

border-color css

<style>
 span { border-color: #65746E; }

 span { border-color: rgb(101,116,110); }

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