Html Css Color HEX #65756B Sirocco

📋 copy color: '#65756B'

red 101 ◦ green 117 ◦ blue 107

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

Shades of Sirocco #65756B

Tints of Sirocco #65756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 31.08%
G = 36%
B = 32.92%

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

#65756B (or 0x65756B) is known color: Sirocco. HEX triplet: 65, 75 and 6B. RGB value is (101,117,107). Sum of RGB (Red+Green+Blue) = 101+117+107=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 117 - color contains mainly: green. Hex color #65756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65756B is #9A8A94. Grayscale: #6F6F6F. Windows color (decimal): -10128021 or 7042405. OLE color: 7042405.

HSL color Cylindrical-coordinate representation of color #65756B: hue angle of 142.5º 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 #65756B is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 117 107 -
CMYK 0.14 0 0.09 0.54
HSL 142.5º 0.07% 0.43% -
HSV(B) 142.5º 0.14% 0.46% -
XYZ 14.38 16.55 16.35 -
YUV 111.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 101 117 107 0.14 0 0.09 0.54 142.5 0.07 0.43
Hex 65 75 6B E 0 9 36 8E 7 2B
Octal 145 165 153 16 0 11 66 216 7 53
Binary 1100101 1110101 1101011 1110 0 1001 110110 10001110 111 101011

Color Harmonies of #65756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65756B

Black with #65756B

Text Example


Text Example

White with #65756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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