Html Css Color HEX #665F63 Scorpion

📋 copy color: '#665F63'

red 102 ◦ green 95 ◦ blue 99

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

Shades of Scorpion #665F63

Tints of Scorpion #665F63

RGB

 RED value IS 102 (40.23% from 255) = 34.46%

 GREEN value IS 95 (37.5% from 255) = 32.09%

 BLUE value IS 99 (39.06% from 255) = 33.45%

R = 34.46%
G = 32.09%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.6

RGB Variations

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

Color information

#665F63 (or 0x665F63) is known color: Scorpion. HEX triplet: 66, 5F and 63. RGB value is (102,95,99). Sum of RGB (Red+Green+Blue) = 102+95+99=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 102 - color contains mainly: red. Hex color #665F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F63 is #99A09C. Grayscale: #616161. Windows color (decimal): -10068125 or 6512486. OLE color: 6512486.

HSL color Cylindrical-coordinate representation of color #665F63: hue angle of 325.71º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #665F63 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 95 99 -
CMYK 0 0.07 0.03 0.6
HSL 325.71º 0.04% 0.39% -
HSV(B) 325.71º 0.07% 0.4% -
XYZ 11.82 11.91 13.48 -
YUV 97.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 102 95 99 0 0.07 0.03 0.6 325.71 0.04 0.39
Hex 66 5F 63 0 7 3 3C 146 4 27
Octal 146 137 143 0 7 3 74 506 4 47
Binary 1100110 1011111 1100011 0 111 11 111100 101000110 100 100111

Color Harmonies of #665F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F63

Black with #665F63

Text Example


Text Example

White with #665F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665F63; }

 p { color: rgb(102,95,99); }

 H1.HeaderClassName
 {
   color: #665F63;
 }
 .AnyTagClassName
 {
   color: #665F63;
 }
</style>

background-color css

<style>
 a { background-color: #665F63; }

 a { background-color: rgb(102,95,99); }

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

border-color css

<style>
 span { border-color: #665F63; }

 span { border-color: rgb(102,95,99); }

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