Html Css Color HEX #6B6840 Hemlock

📋 copy color: '#6B6840'

red 107 ◦ green 104 ◦ blue 64

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

Shades of Hemlock #6B6840

Tints of Hemlock #6B6840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.27%

R = 38.91%
G = 37.82%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6B6840 (or 0x6B6840) is known color: Hemlock. HEX triplet: 6B, 68 and 40. RGB value is (107,104,64). Sum of RGB (Red+Green+Blue) = 107+104+64=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6840 is #9497BF. Grayscale: #646464. Windows color (decimal): -9738176 or 4221035. OLE color: 4221035.

HSL color Cylindrical-coordinate representation of color #6B6840: hue angle of 55.81º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B6840 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 104 64 -
CMYK 0 0.03 0.40 0.58
HSL 55.81º 0.25% 0.34% -
HSV(B) 55.81º 0.4% 0.42% -
XYZ 11.94 13.4 6.81 -
YUV 100.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 107 104 64 0 0.03 0.40 0.58 55.81 0.25 0.34
Hex 6B 68 40 0 3 28 3A 38 19 22
Octal 153 150 100 0 3 50 72 70 31 42
Binary 1101011 1101000 1000000 0 11 101000 111010 111000 11001 100010

Color Harmonies of #6B6840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6840

Black with #6B6840

Text Example


Text Example

White with #6B6840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,104,64); }

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

background-color css

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

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

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

border-color css

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

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

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