Html Css Color HEX #68664B Hemlock

📋 copy color: '#68664B'

red 104 ◦ green 102 ◦ blue 75

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

Shades of Hemlock #68664B

Tints of Hemlock #68664B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

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

R = 37.01%
G = 36.3%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68664B (or 0x68664B) is known color: Hemlock. HEX triplet: 68, 66 and 4B. RGB value is (104,102,75). Sum of RGB (Red+Green+Blue) = 104+102+75=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #68664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68664B is #9799B4. Grayscale: #636363. Windows color (decimal): -9935285 or 4941416. OLE color: 4941416.

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

Color convert

RGB 104 102 75 -
CMYK 0 0.02 0.28 0.59
HSL 55.86º 0.16% 0.35% -
HSV(B) 55.86º 0.28% 0.41% -
XYZ 11.73 12.95 8.54 -
YUV 99.52 114.16 131.2 -
System Red Green Blue C M Y K H S L
Decimal 104 102 75 0 0.02 0.28 0.59 55.86 0.16 0.35
Hex 68 66 4B 0 2 1C 3B 38 10 23
Octal 150 146 113 0 2 34 73 70 20 43
Binary 1101000 1100110 1001011 0 10 11100 111011 111000 10000 100011

Color Harmonies of #68664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68664B

Black with #68664B

Text Example


Text Example

White with #68664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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