Html Css Color HEX #65614B Hemlock

📋 copy color: '#65614B'

red 101 ◦ green 97 ◦ blue 75

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

Shades of Hemlock #65614B

Tints of Hemlock #65614B

RGB

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

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

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

R = 37%
G = 35.53%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#65614B (or 0x65614B) is known color: Hemlock. HEX triplet: 65, 61 and 4B. RGB value is (101,97,75). Sum of RGB (Red+Green+Blue) = 101+97+75=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #65614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65614B is #9A9EB4. Grayscale: #5F5F5F. Windows color (decimal): -10133173 or 4940133. OLE color: 4940133.

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

Color convert

RGB 101 97 75 -
CMYK 0 0.04 0.26 0.60
HSL 50.77º 0.15% 0.35% -
HSV(B) 50.77º 0.26% 0.4% -
XYZ 10.91 11.82 8.36 -
YUV 95.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 101 97 75 0 0.04 0.26 0.60 50.77 0.15 0.35
Hex 65 61 4B 0 4 1A 3C 33 F 23
Octal 145 141 113 0 4 32 74 63 17 43
Binary 1100101 1100001 1001011 0 100 11010 111100 110011 1111 100011

Color Harmonies of #65614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65614B

Black with #65614B

Text Example


Text Example

White with #65614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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