Html Css Color HEX #68674B Hemlock

📋 copy color: '#68674B'

red 104 ◦ green 103 ◦ blue 75

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

Shades of Hemlock #68674B

Tints of Hemlock #68674B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.52%

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

R = 36.88%
G = 36.52%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68674B (or 0x68674B) is known color: Hemlock. HEX triplet: 68, 67 and 4B. RGB value is (104,103,75). Sum of RGB (Red+Green+Blue) = 104+103+75=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #68674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68674B is #9798B4. Grayscale: #646464. Windows color (decimal): -9935029 or 4941672. OLE color: 4941672.

HSL color Cylindrical-coordinate representation of color #68674B: hue angle of 57.93º 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 #68674B is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 103 75 -
CMYK 0 0.01 0.28 0.59
HSL 57.93º 0.16% 0.35% -
HSV(B) 57.93º 0.28% 0.41% -
XYZ 11.83 13.15 8.57 -
YUV 100.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 104 103 75 0 0.01 0.28 0.59 57.93 0.16 0.35
Hex 68 67 4B 0 1 1C 3B 3A 10 23
Octal 150 147 113 0 1 34 73 72 20 43
Binary 1101000 1100111 1001011 0 1 11100 111011 111010 10000 100011

Color Harmonies of #68674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68674B

Black with #68674B

Text Example


Text Example

White with #68674B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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