Html Css Color HEX #6B674A Hemlock

📋 copy color: '#6B674A'

red 107 ◦ green 103 ◦ blue 74

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

Shades of Hemlock #6B674A

Tints of Hemlock #6B674A

RGB

 RED value IS 107 (42.19% from 255) = 37.68%

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

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 37.68%
G = 36.27%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6B674A (or 0x6B674A) is known color: Hemlock. HEX triplet: 6B, 67 and 4A. RGB value is (107,103,74). Sum of RGB (Red+Green+Blue) = 107+103+74=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 107 - color contains mainly: red. Hex color #6B674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B674A is #9498B5. Grayscale: #656565. Windows color (decimal): -9738422 or 4876139. OLE color: 4876139.

HSL color Cylindrical-coordinate representation of color #6B674A: hue angle of 52.73º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B674A is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 103 74 -
CMYK 0 0.04 0.31 0.58
HSL 52.73º 0.18% 0.35% -
HSV(B) 52.73º 0.31% 0.42% -
XYZ 12.15 13.32 8.41 -
YUV 100.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 107 103 74 0 0.04 0.31 0.58 52.73 0.18 0.35
Hex 6B 67 4A 0 4 1F 3A 35 12 23
Octal 153 147 112 0 4 37 72 65 22 43
Binary 1101011 1100111 1001010 0 100 11111 111010 110101 10010 100011

Color Harmonies of #6B674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B674A

Black with #6B674A

Text Example


Text Example

White with #6B674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B674A; }

 p { color: rgb(107,103,74); }

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

background-color css

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

 a { background-color: rgb(107,103,74); }

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

border-color css

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

 span { border-color: rgb(107,103,74); }

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