Html Css Color HEX #6B694B Hemlock

📋 copy color: '#6B694B'

red 107 ◦ green 105 ◦ blue 75

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

Shades of Hemlock #6B694B

Tints of Hemlock #6B694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.59%

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

R = 37.28%
G = 36.59%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6B694B (or 0x6B694B) is known color: Hemlock. HEX triplet: 6B, 69 and 4B. RGB value is (107,105,75). Sum of RGB (Red+Green+Blue) = 107+105+75=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B694B is #9496B4. Grayscale: #666666. Windows color (decimal): -9737909 or 4942187. OLE color: 4942187.

HSL color Cylindrical-coordinate representation of color #6B694B: hue angle of 56.25º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B694B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 105 75 -
CMYK 0 0.02 0.30 0.58
HSL 56.25º 0.18% 0.36% -
HSV(B) 56.25º 0.3% 0.42% -
XYZ 12.38 13.74 8.66 -
YUV 102.18 112.66 131.44 -
System Red Green Blue C M Y K H S L
Decimal 107 105 75 0 0.02 0.30 0.58 56.25 0.18 0.36
Hex 6B 69 4B 0 2 1E 3A 38 12 24
Octal 153 151 113 0 2 36 72 70 22 44
Binary 1101011 1101001 1001011 0 10 11110 111010 111000 10010 100100

Color Harmonies of #6B694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B694B

Black with #6B694B

Text Example


Text Example

White with #6B694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,105,75); }

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

background-color css

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

 a { background-color: rgb(107,105,75); }

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

border-color css

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

 span { border-color: rgb(107,105,75); }

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