Html Css Color HEX #676650 Hemlock

📋 copy color: '#676650'

red 103 ◦ green 102 ◦ blue 80

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

Shades of Hemlock #676650

Tints of Hemlock #676650

RGB

 RED value IS 103 (40.63% from 255) = 36.14%

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

 BLUE value IS 80 (31.64% from 255) = 28.07%

R = 36.14%
G = 35.79%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#676650 (or 0x676650) is known color: Hemlock. HEX triplet: 67, 66 and 50. RGB value is (103,102,80). Sum of RGB (Red+Green+Blue) = 103+102+80=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #676650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676650 is #9899AF. Grayscale: #636363. Windows color (decimal): -10000816 or 5269095. OLE color: 5269095.

HSL color Cylindrical-coordinate representation of color #676650: hue angle of 57.39º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #676650 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 102 80 -
CMYK 0 0.01 0.22 0.60
HSL 57.39º 0.13% 0.36% -
HSV(B) 57.39º 0.22% 0.4% -
XYZ 11.79 12.97 9.47 -
YUV 99.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 103 102 80 0 0.01 0.22 0.60 57.39 0.13 0.36
Hex 67 66 50 0 1 16 3C 39 D 24
Octal 147 146 120 0 1 26 74 71 15 44
Binary 1100111 1100110 1010000 0 1 10110 111100 111001 1101 100100

Color Harmonies of #676650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676650

Black with #676650

Text Example


Text Example

White with #676650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676650; }

 p { color: rgb(103,102,80); }

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

background-color css

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

 a { background-color: rgb(103,102,80); }

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

border-color css

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

 span { border-color: rgb(103,102,80); }

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