Html Css Color HEX #65746C Sirocco

📋 copy color: '#65746C'

red 101 ◦ green 116 ◦ blue 108

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

Shades of Sirocco #65746C

Tints of Sirocco #65746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 31.08%
G = 35.69%
B = 33.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#65746C (or 0x65746C) is known color: Sirocco. HEX triplet: 65, 74 and 6C. RGB value is (101,116,108). Sum of RGB (Red+Green+Blue) = 101+116+108=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 116 - color contains mainly: green. Hex color #65746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65746C is #9A8B93. Grayscale: #6E6E6E. Windows color (decimal): -10128276 or 7107685. OLE color: 7107685.

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

Color convert

RGB 101 116 108 -
CMYK 0.13 0 0.07 0.55
HSL 148º 0.07% 0.43% -
HSV(B) 148º 0.13% 0.45% -
XYZ 14.32 16.34 16.59 -
YUV 110.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 101 116 108 0.13 0 0.07 0.55 148 0.07 0.43
Hex 65 74 6C D 0 7 37 94 7 2B
Octal 145 164 154 15 0 7 67 224 7 53
Binary 1100101 1110100 1101100 1101 0 111 110111 10010100 111 101011

Color Harmonies of #65746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65746C

Black with #65746C

Text Example


Text Example

White with #65746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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