Html Css Color HEX #6E653A Himalaya

📋 copy color: '#6E653A'

red 110 ◦ green 101 ◦ blue 58

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

Shades of Himalaya #6E653A

Tints of Himalaya #6E653A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.55%

 BLUE value IS 58 (23.05% from 255) = 21.56%

R = 40.89%
G = 37.55%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6E653A (or 0x6E653A) is known color: Himalaya. HEX triplet: 6E, 65 and 3A. RGB value is (110,101,58). Sum of RGB (Red+Green+Blue) = 110+101+58=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E653A is #919AC5. Grayscale: #626262. Windows color (decimal): -9542342 or 3827054. OLE color: 3827054.

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

Color convert

RGB 110 101 58 -
CMYK 0 0.08 0.47 0.57
HSL 49.62º 0.31% 0.33% -
HSV(B) 49.62º 0.47% 0.43% -
XYZ 11.85 12.93 5.87 -
YUV 98.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 110 101 58 0 0.08 0.47 0.57 49.62 0.31 0.33
Hex 6E 65 3A 0 8 2F 39 32 1F 21
Octal 156 145 72 0 10 57 71 62 37 41
Binary 1101110 1100101 111010 0 1000 101111 111001 110010 11111 100001

Color Harmonies of #6E653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E653A

Black with #6E653A

Text Example


Text Example

White with #6E653A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,101,58); }

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

background-color css

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

 a { background-color: rgb(110,101,58); }

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

border-color css

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

 span { border-color: rgb(110,101,58); }

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