Html Css Color HEX #626248 Hemlock

📋 copy color: '#626248'

red 98 ◦ green 98 ◦ blue 72

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

Shades of Hemlock #626248

Tints of Hemlock #626248

RGB

 RED value IS 98 (38.67% from 255) = 36.57%

 GREEN value IS 98 (38.67% from 255) = 36.57%

 BLUE value IS 72 (28.52% from 255) = 26.87%

R = 36.57%
G = 36.57%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#626248 (or 0x626248) is known color: Hemlock. HEX triplet: 62, 62 and 48. RGB value is (98,98,72). Sum of RGB (Red+Green+Blue) = 98+98+72=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626248 is #9D9DB7. Grayscale: #5F5F5F. Windows color (decimal): -10329528 or 4743778. OLE color: 4743778.

HSL color Cylindrical-coordinate representation of color #626248: hue angle of 60º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #626248 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 98 72 -
CMYK 0 0 0.27 0.62
HSL 60º 0.15% 0.33% -
HSV(B) 60º 0.27% 0.38% -
XYZ 10.57 11.8 7.85 -
YUV 95.04 115 130.11 -
System Red Green Blue C M Y K H S L
Decimal 98 98 72 0 0 0.27 0.62 60 0.15 0.33
Hex 62 62 48 0 0 1B 3E 3C F 21
Octal 142 142 110 0 0 33 76 74 17 41
Binary 1100010 1100010 1001000 0 0 11011 111110 111100 1111 100001

Color Harmonies of #626248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626248

Black with #626248

Text Example


Text Example

White with #626248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626248; }

 p { color: rgb(98,98,72); }

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

background-color css

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

 a { background-color: rgb(98,98,72); }

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

border-color css

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

 span { border-color: rgb(98,98,72); }

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