Html Css Color HEX #65746D Sirocco

📋 copy color: '#65746D'

red 101 ◦ green 116 ◦ blue 109

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

Shades of Sirocco #65746D

Tints of Sirocco #65746D

RGB

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

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

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

R = 30.98%
G = 35.58%
B = 33.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#65746D (or 0x65746D) is known color: Sirocco. HEX triplet: 65, 74 and 6D. RGB value is (101,116,109). Sum of RGB (Red+Green+Blue) = 101+116+109=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 116 - color contains mainly: green. Hex color #65746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65746D is #9A8B92. Grayscale: #6E6E6E. Windows color (decimal): -10128275 or 7173221. OLE color: 7173221.

HSL color Cylindrical-coordinate representation of color #65746D: hue angle of 152º 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 #65746D is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 101 116 109 -
CMYK 0.13 0 0.06 0.55
HSL 152º 0.07% 0.43% -
HSV(B) 152º 0.13% 0.45% -
XYZ 14.37 16.36 16.87 -
YUV 110.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 101 116 109 0.13 0 0.06 0.55 152 0.07 0.43
Hex 65 74 6D D 0 6 37 98 7 2B
Octal 145 164 155 15 0 6 67 230 7 53
Binary 1100101 1110100 1101101 1101 0 110 110111 10011000 111 101011

Color Harmonies of #65746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65746D

Black with #65746D

Text Example


Text Example

White with #65746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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