Html Css Color HEX #69684F Hemlock

📋 copy color: '#69684F'

red 105 ◦ green 104 ◦ blue 79

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

Shades of Hemlock #69684F

Tints of Hemlock #69684F

RGB

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

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

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

R = 36.46%
G = 36.11%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#69684F (or 0x69684F) is known color: Hemlock. HEX triplet: 69, 68 and 4F. RGB value is (105,104,79). Sum of RGB (Red+Green+Blue) = 105+104+79=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 105 - color contains mainly: red. Hex color #69684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69684F is #9697B0. Grayscale: #656565. Windows color (decimal): -9869233 or 5204073. OLE color: 5204073.

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

Color convert

RGB 105 104 79 -
CMYK 0 0.01 0.25 0.59
HSL 57.69º 0.14% 0.36% -
HSV(B) 57.69º 0.25% 0.41% -
XYZ 12.19 13.47 9.35 -
YUV 101.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 105 104 79 0 0.01 0.25 0.59 57.69 0.14 0.36
Hex 69 68 4F 0 1 19 3B 3A E 24
Octal 151 150 117 0 1 31 73 72 16 44
Binary 1101001 1101000 1001111 0 1 11001 111011 111010 1110 100100

Color Harmonies of #69684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69684F

Black with #69684F

Text Example


Text Example

White with #69684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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