Html Css Color HEX #646050 Crocodile

📋 copy color: '#646050'

red 100 ◦ green 96 ◦ blue 80

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

Shades of Crocodile #646050

Tints of Crocodile #646050

RGB

 RED value IS 100 (39.45% from 255) = 36.23%

 GREEN value IS 96 (37.89% from 255) = 34.78%

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 36.23%
G = 34.78%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.2

 K value IS 0.61

RGB Variations

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

Color information

#646050 (or 0x646050) is known color: Crocodile. HEX triplet: 64, 60 and 50. RGB value is (100,96,80). Sum of RGB (Red+Green+Blue) = 100+96+80=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 100 - color contains mainly: red. Hex color #646050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646050 is #9B9FAF. Grayscale: #5F5F5F. Windows color (decimal): -10198960 or 5267556. OLE color: 5267556.

HSL color Cylindrical-coordinate representation of color #646050: hue angle of 48º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #646050 is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 96 80 -
CMYK 0 0.04 0.2 0.61
HSL 48º 0.11% 0.35% -
HSV(B) 48º 0.2% 0.39% -
XYZ 10.89 11.65 9.27 -
YUV 95.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 100 96 80 0 0.04 0.2 0.61 48 0.11 0.35
Hex 64 60 50 0 4 14 3D 30 B 23
Octal 144 140 120 0 4 24 75 60 13 43
Binary 1100100 1100000 1010000 0 100 10100 111101 110000 1011 100011

Color Harmonies of #646050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646050

Black with #646050

Text Example


Text Example

White with #646050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646050; }

 p { color: rgb(100,96,80); }

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

background-color css

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

 a { background-color: rgb(100,96,80); }

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

border-color css

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

 span { border-color: rgb(100,96,80); }

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