Html Css Color HEX #63614B Hemlock

📋 copy color: '#63614B'

red 99 ◦ green 97 ◦ blue 75

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

Shades of Hemlock #63614B

Tints of Hemlock #63614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.68%

R = 36.53%
G = 35.79%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#63614B (or 0x63614B) is known color: Hemlock. HEX triplet: 63, 61 and 4B. RGB value is (99,97,75). Sum of RGB (Red+Green+Blue) = 99+97+75=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 99 - color contains mainly: red. Hex color #63614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63614B is #9C9EB4. Grayscale: #5F5F5F. Windows color (decimal): -10264245 or 4940131. OLE color: 4940131.

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

Color convert

RGB 99 97 75 -
CMYK 0 0.02 0.24 0.61
HSL 55º 0.14% 0.34% -
HSV(B) 55º 0.24% 0.39% -
XYZ 10.69 11.71 8.35 -
YUV 95.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 99 97 75 0 0.02 0.24 0.61 55 0.14 0.34
Hex 63 61 4B 0 2 18 3D 37 E 22
Octal 143 141 113 0 2 30 75 67 16 42
Binary 1100011 1100001 1001011 0 10 11000 111101 110111 1110 100010

Color Harmonies of #63614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63614B

Black with #63614B

Text Example


Text Example

White with #63614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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