#648182

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

Shades of Hoki #648182

Tints of Hoki #648182

Color information

#648182 (or 0x648182) is unknown color: approx Hoki. HEX triplet: 64, 81 and 82. RGB value is (100,129,130). Sum of RGB (Red+Green+Blue) = 100+129+130=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #648182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648182 is #9B7E7D. Grayscale: #787878. Windows color (decimal): -10190462 or 8552804. OLE color: 8552804.

HSL color Cylindrical-coordinate representation of color #648182: hue angle of 182º 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 #648182 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB100129130-
CMYK0.230.0100.49
HSL182º13.04%45.1%-
HSV(B)182º23.08%50.98%-
XYZ17.1420.0224.08-
YUV120.44133.39113.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=27.86%
G=35.93%
B=36.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001291300.230.0100.4918213.0445.1
Hex648182171031b6d2d
Octal1442012022710612661555
Binary110010010000001100000101011110110001101101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648182; }

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

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

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

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

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

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

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

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