Html Css Color HEX #6B693F Hemlock

📋 copy color: '#6B693F'

red 107 ◦ green 105 ◦ blue 63

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

Shades of Hemlock #6B693F

Tints of Hemlock #6B693F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.91%

R = 38.91%
G = 38.18%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6B693F (or 0x6B693F) is known color: Hemlock. HEX triplet: 6B, 69 and 3F. RGB value is (107,105,63). Sum of RGB (Red+Green+Blue) = 107+105+63=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 107 - color contains mainly: red. Hex color #6B693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B693F is #9496C0. Grayscale: #646464. Windows color (decimal): -9737921 or 4155755. OLE color: 4155755.

HSL color Cylindrical-coordinate representation of color #6B693F: hue angle of 57.27º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B693F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 105 63 -
CMYK 0 0.02 0.41 0.58
HSL 57.27º 0.26% 0.33% -
HSV(B) 57.27º 0.41% 0.42% -
XYZ 12.01 13.59 6.69 -
YUV 100.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 107 105 63 0 0.02 0.41 0.58 57.27 0.26 0.33
Hex 6B 69 3F 0 2 29 3A 39 1A 21
Octal 153 151 77 0 2 51 72 71 32 41
Binary 1101011 1101001 111111 0 10 101001 111010 111001 11010 100001

Color Harmonies of #6B693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B693F

Black with #6B693F

Text Example


Text Example

White with #6B693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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