Html Css Color HEX #69694A Hemlock

📋 copy color: '#69694A'

red 105 ◦ green 105 ◦ blue 74

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

Shades of Hemlock #69694A

Tints of Hemlock #69694A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.97%

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

R = 36.97%
G = 36.97%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#69694A (or 0x69694A) is known color: Hemlock. HEX triplet: 69, 69 and 4A. RGB value is (105,105,74). Sum of RGB (Red+Green+Blue) = 105+105+74=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 105 - color contains mainly: red, green. Hex color #69694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69694A is #9696B5. Grayscale: #656565. Windows color (decimal): -9868982 or 4876649. OLE color: 4876649.

HSL color Cylindrical-coordinate representation of color #69694A: hue angle of 60º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69694A is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 105 74 -
CMYK 0 0 0.30 0.59
HSL 60º 0.17% 0.35% -
HSV(B) 60º 0.3% 0.41% -
XYZ 12.11 13.6 8.47 -
YUV 101.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 105 105 74 0 0 0.30 0.59 60 0.17 0.35
Hex 69 69 4A 0 0 1E 3B 3C 11 23
Octal 151 151 112 0 0 36 73 74 21 43
Binary 1101001 1101001 1001010 0 0 11110 111011 111100 10001 100011

Color Harmonies of #69694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69694A

Black with #69694A

Text Example


Text Example

White with #69694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,105,74); }

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

background-color css

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

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

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

border-color css

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

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

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