Html Css Color HEX #6E6331 Himalaya

📋 copy color: '#6E6331'

red 110 ◦ green 99 ◦ blue 49

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

Shades of Himalaya #6E6331

Tints of Himalaya #6E6331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.99%

R = 42.64%
G = 38.37%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6E6331 (or 0x6E6331) is known color: Himalaya. HEX triplet: 6E, 63 and 31. RGB value is (110,99,49). Sum of RGB (Red+Green+Blue) = 110+99+49=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6331 is #919CCE. Grayscale: #606060. Windows color (decimal): -9542863 or 3236718. OLE color: 3236718.

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

Color convert

RGB 110 99 49 -
CMYK 0 0.1 0.55 0.57
HSL 49.18º 0.38% 0.31% -
HSV(B) 49.18º 0.55% 0.43% -
XYZ 11.45 12.46 4.71 -
YUV 96.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 110 99 49 0 0.1 0.55 0.57 49.18 0.38 0.31
Hex 6E 63 31 0 A 37 39 31 26 1F
Octal 156 143 61 0 12 67 71 61 46 37
Binary 1101110 1100011 110001 0 1010 110111 111001 110001 100110 11111

Color Harmonies of #6E6331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6331

Black with #6E6331

Text Example


Text Example

White with #6E6331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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