Html Css Color HEX #6E642F Himalaya

📋 copy color: '#6E642F'

red 110 ◦ green 100 ◦ blue 47

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

Shades of Himalaya #6E642F

Tints of Himalaya #6E642F

RGB

 RED value IS 110 (43.36% from 255) = 42.8%

 GREEN value IS 100 (39.45% from 255) = 38.91%

 BLUE value IS 47 (18.75% from 255) = 18.29%

R = 42.8%
G = 38.91%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6E642F (or 0x6E642F) is known color: Himalaya. HEX triplet: 6E, 64 and 2F. RGB value is (110,100,47). Sum of RGB (Red+Green+Blue) = 110+100+47=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E642F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E642F is #919BD0. Grayscale: #616161. Windows color (decimal): -9542609 or 3105902. OLE color: 3105902.

HSL color Cylindrical-coordinate representation of color #6E642F: hue angle of 50.48º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E642F is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 100 47 -
CMYK 0 0.09 0.57 0.57
HSL 50.48º 0.4% 0.31% -
HSV(B) 50.48º 0.57% 0.43% -
XYZ 11.5 12.63 4.52 -
YUV 96.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 110 100 47 0 0.09 0.57 0.57 50.48 0.4 0.31
Hex 6E 64 2F 0 9 39 39 32 28 1F
Octal 156 144 57 0 11 71 71 62 50 37
Binary 1101110 1100100 101111 0 1001 111001 111001 110010 101000 11111

Color Harmonies of #6E642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E642F

Black with #6E642F

Text Example


Text Example

White with #6E642F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,100,47); }

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

background-color css

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

 a { background-color: rgb(110,100,47); }

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

border-color css

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

 span { border-color: rgb(110,100,47); }

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