Html Css Color HEX #6E662F Himalaya

📋 copy color: '#6E662F'

red 110 ◦ green 102 ◦ blue 47

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

Shades of Himalaya #6E662F

Tints of Himalaya #6E662F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.38%

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

R = 42.47%
G = 39.38%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6E662F (or 0x6E662F) is known color: Himalaya. HEX triplet: 6E, 66 and 2F. RGB value is (110,102,47). Sum of RGB (Red+Green+Blue) = 110+102+47=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E662F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E662F is #9199D0. Grayscale: #626262. Windows color (decimal): -9542097 or 3106414. OLE color: 3106414.

HSL color Cylindrical-coordinate representation of color #6E662F: hue angle of 52.38º 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 #6E662F is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 102 47 -
CMYK 0 0.07 0.57 0.57
HSL 52.38º 0.4% 0.31% -
HSV(B) 52.38º 0.57% 0.43% -
XYZ 11.69 13.02 4.59 -
YUV 98.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 110 102 47 0 0.07 0.57 0.57 52.38 0.4 0.31
Hex 6E 66 2F 0 7 39 39 34 28 1F
Octal 156 146 57 0 7 71 71 64 50 37
Binary 1101110 1100110 101111 0 111 111001 111001 110100 101000 11111

Color Harmonies of #6E662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E662F

Black with #6E662F

Text Example


Text Example

White with #6E662F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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