Html Css Color HEX #65585E Scorpion

📋 copy color: '#65585E'

red 101 ◦ green 88 ◦ blue 94

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

Shades of Scorpion #65585E

Tints of Scorpion #65585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 35.69%
G = 31.1%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#65585E (or 0x65585E) is known color: Scorpion. HEX triplet: 65, 58 and 5E. RGB value is (101,88,94). Sum of RGB (Red+Green+Blue) = 101+88+94=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 101 - color contains mainly: red. Hex color #65585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65585E is #9AA7A1. Grayscale: #5C5C5C. Windows color (decimal): -10135458 or 6183013. OLE color: 6183013.

HSL color Cylindrical-coordinate representation of color #65585E: hue angle of 332.31º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #65585E is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 88 94 -
CMYK 0 0.13 0.07 0.60
HSL 332.31º 0.07% 0.37% -
HSV(B) 332.31º 0.13% 0.4% -
XYZ 10.88 10.55 12.05 -
YUV 92.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 101 88 94 0 0.13 0.07 0.60 332.31 0.07 0.37
Hex 65 58 5E 0 D 7 3C 14C 7 25
Octal 145 130 136 0 15 7 74 514 7 45
Binary 1100101 1011000 1011110 0 1101 111 111100 101001100 111 100101

Color Harmonies of #65585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65585E

Black with #65585E

Text Example


Text Example

White with #65585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,88,94); }

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

background-color css

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

 a { background-color: rgb(101,88,94); }

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

border-color css

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

 span { border-color: rgb(101,88,94); }

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