#648282

Color #648282 Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #648282

Tints of Hoki #648282

Color information

#648282 (or 0x648282) is unknown color: approx Hoki. HEX triplet: 64, 82 and 82. RGB value is (100,130,130). Sum of RGB (Red+Green+Blue) = 100+130+130=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #648282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648282 is #9B7D7D. Grayscale: #797979. Windows color (decimal): -10190206 or 8553060. OLE color: 8553060.

HSL color Cylindrical-coordinate representation of color #648282: hue angle of 180º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #648282 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB100130130-
CMYK0.23000.49
HSL180º13.04%45.1%-
HSV(B)180º23.08%50.98%-
XYZ17.2720.2924.12-
YUV121.03133.06113-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=27.78%
G=36.11%
B=36.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001301300.23000.4918013.0445.1
Hex648282170031b4d2d
Octal1442022022700612641555
Binary110010010000010100000101011100110001101101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648282; }

 p { color: rgb(100,130,130); }

 H1.HeaderClassName
 {
   color: #648282;
 }
 .AnyTagClassName
 {
   color: #648282;
 }
</style>
background-color css

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

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

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

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

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

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