Html Css Color HEX #6E632E Himalaya

📋 copy color: '#6E632E'

red 110 ◦ green 99 ◦ blue 46

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

Shades of Himalaya #6E632E

Tints of Himalaya #6E632E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.82%

 BLUE value IS 46 (18.36% from 255) = 18.04%

R = 43.14%
G = 38.82%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.58

 K value IS 0.57

RGB Variations

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

Color information

#6E632E (or 0x6E632E) is known color: Himalaya. HEX triplet: 6E, 63 and 2E. RGB value is (110,99,46). Sum of RGB (Red+Green+Blue) = 110+99+46=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 110 - color contains mainly: red. Hex color #6E632E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E632E is #919CD1. Grayscale: #606060. Windows color (decimal): -9542866 or 3040110. OLE color: 3040110.

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

Color convert

RGB 110 99 46 -
CMYK 0 0.1 0.58 0.57
HSL 49.69º 0.41% 0.31% -
HSV(B) 49.69º 0.58% 0.43% -
XYZ 11.39 12.44 4.39 -
YUV 96.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 110 99 46 0 0.1 0.58 0.57 49.69 0.41 0.31
Hex 6E 63 2E 0 A 3A 39 32 29 1F
Octal 156 143 56 0 12 72 71 62 51 37
Binary 1101110 1100011 101110 0 1010 111010 111001 110010 101001 11111

Color Harmonies of #6E632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E632E

Black with #6E632E

Text Example


Text Example

White with #6E632E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,99,46); }

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

background-color css

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

 a { background-color: rgb(110,99,46); }

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

border-color css

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

 span { border-color: rgb(110,99,46); }

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