Html Css Color HEX #65614A Hemlock

📋 copy color: '#65614A'

red 101 ◦ green 97 ◦ blue 74

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

Shades of Hemlock #65614A

Tints of Hemlock #65614A

RGB

 RED value IS 101 (39.84% from 255) = 37.13%

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

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

R = 37.13%
G = 35.66%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#65614A (or 0x65614A) is known color: Hemlock. HEX triplet: 65, 61 and 4A. RGB value is (101,97,74). Sum of RGB (Red+Green+Blue) = 101+97+74=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 101 - color contains mainly: red. Hex color #65614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65614A is #9A9EB5. Grayscale: #5F5F5F. Windows color (decimal): -10133174 or 4874597. OLE color: 4874597.

HSL color Cylindrical-coordinate representation of color #65614A: hue angle of 51.11º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65614A is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 97 74 -
CMYK 0 0.04 0.27 0.60
HSL 51.11º 0.15% 0.34% -
HSV(B) 51.11º 0.27% 0.4% -
XYZ 10.88 11.81 8.18 -
YUV 95.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 101 97 74 0 0.04 0.27 0.60 51.11 0.15 0.34
Hex 65 61 4A 0 4 1B 3C 33 F 22
Octal 145 141 112 0 4 33 74 63 17 42
Binary 1100101 1100001 1001010 0 100 11011 111100 110011 1111 100010

Color Harmonies of #65614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65614A

Black with #65614A

Text Example


Text Example

White with #65614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,97,74); }

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

background-color css

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

 a { background-color: rgb(101,97,74); }

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

border-color css

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

 span { border-color: rgb(101,97,74); }

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