Html Css Color HEX #6F6C4E Hemlock

📋 copy color: '#6F6C4E'

red 111 ◦ green 108 ◦ blue 78

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

Shades of Hemlock #6F6C4E

Tints of Hemlock #6F6C4E

RGB

 RED value IS 111 (43.75% from 255) = 37.37%

 GREEN value IS 108 (42.58% from 255) = 36.36%

 BLUE value IS 78 (30.86% from 255) = 26.26%

R = 37.37%
G = 36.36%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#6F6C4E (or 0x6F6C4E) is known color: Hemlock. HEX triplet: 6F, 6C and 4E. RGB value is (111,108,78). Sum of RGB (Red+Green+Blue) = 111+108+78=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C4E is #9093B1. Grayscale: #696969. Windows color (decimal): -9474994 or 5139567. OLE color: 5139567.

HSL color Cylindrical-coordinate representation of color #6F6C4E: hue angle of 54.55º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F6C4E is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 108 78 -
CMYK 0 0.03 0.30 0.56
HSL 54.55º 0.17% 0.37% -
HSV(B) 54.55º 0.3% 0.44% -
XYZ 13.29 14.65 9.34 -
YUV 105.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 111 108 78 0 0.03 0.30 0.56 54.55 0.17 0.37
Hex 6F 6C 4E 0 3 1E 38 37 11 25
Octal 157 154 116 0 3 36 70 67 21 45
Binary 1101111 1101100 1001110 0 11 11110 111000 110111 10001 100101

Color Harmonies of #6F6C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6C4E

Black with #6F6C4E

Text Example


Text Example

White with #6F6C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,108,78); }

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

background-color css

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

 a { background-color: rgb(111,108,78); }

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

border-color css

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

 span { border-color: rgb(111,108,78); }

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