Html Css Color HEX #68684B Hemlock

📋 copy color: '#68684B'

red 104 ◦ green 104 ◦ blue 75

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

Shades of Hemlock #68684B

Tints of Hemlock #68684B

RGB

 RED value IS 104 (41.02% from 255) = 36.75%

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

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

R = 36.75%
G = 36.75%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68684B (or 0x68684B) is known color: Hemlock. HEX triplet: 68, 68 and 4B. RGB value is (104,104,75). Sum of RGB (Red+Green+Blue) = 104+104+75=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68684B is #9797B4. Grayscale: #646464. Windows color (decimal): -9934773 or 4941928. OLE color: 4941928.

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

Color convert

RGB 104 104 75 -
CMYK 0 0 0.28 0.59
HSL 60º 0.16% 0.35% -
HSV(B) 60º 0.28% 0.41% -
XYZ 11.93 13.35 8.61 -
YUV 100.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 104 104 75 0 0 0.28 0.59 60 0.16 0.35
Hex 68 68 4B 0 0 1C 3B 3C 10 23
Octal 150 150 113 0 0 34 73 74 20 43
Binary 1101000 1101000 1001011 0 0 11100 111011 111100 10000 100011

Color Harmonies of #68684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68684B

Black with #68684B

Text Example


Text Example

White with #68684B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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