Html Css Color HEX #6E662B Himalaya

📋 copy color: '#6E662B'

red 110 ◦ green 102 ◦ blue 43

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

Shades of Himalaya #6E662B

Tints of Himalaya #6E662B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.86%

R = 43.14%
G = 40%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6E662B (or 0x6E662B) is known color: Himalaya. HEX triplet: 6E, 66 and 2B. RGB value is (110,102,43). Sum of RGB (Red+Green+Blue) = 110+102+43=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 110 - color contains mainly: red. Hex color #6E662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E662B is #9199D4. Grayscale: #616161. Windows color (decimal): -9542101 or 2844270. OLE color: 2844270.

HSL color Cylindrical-coordinate representation of color #6E662B: hue angle of 52.84º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E662B is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 102 43 -
CMYK 0 0.07 0.61 0.57
HSL 52.84º 0.44% 0.3% -
HSV(B) 52.84º 0.61% 0.43% -
XYZ 11.62 12.99 4.18 -
YUV 97.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 110 102 43 0 0.07 0.61 0.57 52.84 0.44 0.3
Hex 6E 66 2B 0 7 3D 39 35 2C 1E
Octal 156 146 53 0 7 75 71 65 54 36
Binary 1101110 1100110 101011 0 111 111101 111001 110101 101100 11110

Color Harmonies of #6E662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E662B

Black with #6E662B

Text Example


Text Example

White with #6E662B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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