Html Css Color HEX #69684B Hemlock

📋 copy color: '#69684B'

red 105 ◦ green 104 ◦ blue 75

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

Shades of Hemlock #69684B

Tints of Hemlock #69684B

RGB

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

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

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

R = 36.97%
G = 36.62%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#69684B (or 0x69684B) is known color: Hemlock. HEX triplet: 69, 68 and 4B. RGB value is (105,104,75). Sum of RGB (Red+Green+Blue) = 105+104+75=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #69684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69684B is #9697B4. Grayscale: #656565. Windows color (decimal): -9869237 or 4941929. OLE color: 4941929.

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

Color convert

RGB 105 104 75 -
CMYK 0 0.01 0.29 0.59
HSL 58º 0.17% 0.35% -
HSV(B) 58º 0.29% 0.41% -
XYZ 12.05 13.41 8.61 -
YUV 100.99 113.33 130.86 -
System Red Green Blue C M Y K H S L
Decimal 105 104 75 0 0.01 0.29 0.59 58 0.17 0.35
Hex 69 68 4B 0 1 1D 3B 3A 11 23
Octal 151 150 113 0 1 35 73 72 21 43
Binary 1101001 1101000 1001011 0 1 11101 111011 111010 10001 100011

Color Harmonies of #69684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69684B

Black with #69684B

Text Example


Text Example

White with #69684B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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