Html Css Color HEX #62604A Hemlock

📋 copy color: '#62604A'

red 98 ◦ green 96 ◦ blue 74

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

Shades of Hemlock #62604A

Tints of Hemlock #62604A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 36.57%
G = 35.82%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#62604A (or 0x62604A) is known color: Hemlock. HEX triplet: 62, 60 and 4A. RGB value is (98,96,74). Sum of RGB (Red+Green+Blue) = 98+96+74=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 98 - color contains mainly: red. Hex color #62604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62604A is #9D9FB5. Grayscale: #5E5E5E. Windows color (decimal): -10330038 or 4874338. OLE color: 4874338.

HSL color Cylindrical-coordinate representation of color #62604A: hue angle of 55º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #62604A is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 96 74 -
CMYK 0 0.02 0.24 0.62
HSL 55º 0.14% 0.34% -
HSV(B) 55º 0.24% 0.38% -
XYZ 10.46 11.46 8.14 -
YUV 94.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 98 96 74 0 0.02 0.24 0.62 55 0.14 0.34
Hex 62 60 4A 0 2 18 3E 37 E 22
Octal 142 140 112 0 2 30 76 67 16 42
Binary 1100010 1100000 1001010 0 10 11000 111110 110111 1110 100010

Color Harmonies of #62604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62604A

Black with #62604A

Text Example


Text Example

White with #62604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62604A; }

 p { color: rgb(98,96,74); }

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

background-color css

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

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

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

border-color css

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

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

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