Html Css Color HEX #65595C Scorpion

📋 copy color: '#65595C'

red 101 ◦ green 89 ◦ blue 92

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

Shades of Scorpion #65595C

Tints of Scorpion #65595C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.56%

 BLUE value IS 92 (36.33% from 255) = 32.62%

R = 35.82%
G = 31.56%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#65595C (or 0x65595C) is known color: Scorpion. HEX triplet: 65, 59 and 5C. RGB value is (101,89,92). Sum of RGB (Red+Green+Blue) = 101+89+92=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 101 - color contains mainly: red. Hex color #65595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65595C is #9AA6A3. Grayscale: #5C5C5C. Windows color (decimal): -10135204 or 6052197. OLE color: 6052197.

HSL color Cylindrical-coordinate representation of color #65595C: hue angle of 345º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #65595C is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 89 92 -
CMYK 0 0.12 0.09 0.60
HSL 345º 0.06% 0.37% -
HSV(B) 345º 0.12% 0.4% -
XYZ 10.87 10.68 11.61 -
YUV 92.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 101 89 92 0 0.12 0.09 0.60 345 0.06 0.37
Hex 65 59 5C 0 C 9 3C 159 6 25
Octal 145 131 134 0 14 11 74 531 6 45
Binary 1100101 1011001 1011100 0 1100 1001 111100 101011001 110 100101

Color Harmonies of #65595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65595C

Black with #65595C

Text Example


Text Example

White with #65595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,89,92); }

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

background-color css

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

 a { background-color: rgb(101,89,92); }

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

border-color css

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

 span { border-color: rgb(101,89,92); }

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