Html Css Color HEX #63614F Hemlock

📋 copy color: '#63614F'

red 99 ◦ green 97 ◦ blue 79

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

Shades of Hemlock #63614F

Tints of Hemlock #63614F

RGB

 RED value IS 99 (39.06% from 255) = 36%

 GREEN value IS 97 (38.28% from 255) = 35.27%

 BLUE value IS 79 (31.25% from 255) = 28.73%

R = 36%
G = 35.27%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63614F (or 0x63614F) is known color: Hemlock. HEX triplet: 63, 61 and 4F. RGB value is (99,97,79). Sum of RGB (Red+Green+Blue) = 99+97+79=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #63614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63614F is #9C9EB0. Grayscale: #5F5F5F. Windows color (decimal): -10264241 or 5202275. OLE color: 5202275.

HSL color Cylindrical-coordinate representation of color #63614F: hue angle of 54º 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 #63614F is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 97 79 -
CMYK 0 0.02 0.20 0.61
HSL 54º 0.11% 0.35% -
HSV(B) 54º 0.2% 0.39% -
XYZ 10.83 11.77 9.1 -
YUV 95.55 118.66 130.46 -
System Red Green Blue C M Y K H S L
Decimal 99 97 79 0 0.02 0.20 0.61 54 0.11 0.35
Hex 63 61 4F 0 2 14 3D 36 B 23
Octal 143 141 117 0 2 24 75 66 13 43
Binary 1100011 1100001 1001111 0 10 10100 111101 110110 1011 100011

Color Harmonies of #63614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63614F

Black with #63614F

Text Example


Text Example

White with #63614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63614F; }

 p { color: rgb(99,97,79); }

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

background-color css

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

 a { background-color: rgb(99,97,79); }

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

border-color css

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

 span { border-color: rgb(99,97,79); }

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