Html Css Color HEX #69684D Hemlock

📋 copy color: '#69684D'

red 105 ◦ green 104 ◦ blue 77

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

Shades of Hemlock #69684D

Tints of Hemlock #69684D

RGB

 RED value IS 105 (41.41% from 255) = 36.71%

 GREEN value IS 104 (41.02% from 255) = 36.36%

 BLUE value IS 77 (30.47% from 255) = 26.92%

R = 36.71%
G = 36.36%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#69684D (or 0x69684D) is known color: Hemlock. HEX triplet: 69, 68 and 4D. RGB value is (105,104,77). Sum of RGB (Red+Green+Blue) = 105+104+77=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #69684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69684D is #9697B2. Grayscale: #656565. Windows color (decimal): -9869235 or 5073001. OLE color: 5073001.

HSL color Cylindrical-coordinate representation of color #69684D: hue angle of 57.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69684D is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 104 77 -
CMYK 0 0.01 0.27 0.59
HSL 57.86º 0.15% 0.36% -
HSV(B) 57.86º 0.27% 0.41% -
XYZ 12.12 13.44 8.98 -
YUV 101.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 105 104 77 0 0.01 0.27 0.59 57.86 0.15 0.36
Hex 69 68 4D 0 1 1B 3B 3A F 24
Octal 151 150 115 0 1 33 73 72 17 44
Binary 1101001 1101000 1001101 0 1 11011 111011 111010 1111 100100

Color Harmonies of #69684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69684D

Black with #69684D

Text Example


Text Example

White with #69684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69684D; }

 p { color: rgb(105,104,77); }

 H1.HeaderClassName
 {
   color: #69684D;
 }
 .AnyTagClassName
 {
   color: #69684D;
 }
</style>

background-color css

<style>
 a { background-color: #69684D; }

 a { background-color: rgb(105,104,77); }

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

border-color css

<style>
 span { border-color: #69684D; }

 span { border-color: rgb(105,104,77); }

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