Html Css Color HEX #6E6231 Himalaya

📋 copy color: '#6E6231'

red 110 ◦ green 98 ◦ blue 49

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

Shades of Himalaya #6E6231

Tints of Himalaya #6E6231

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.13%

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

R = 42.8%
G = 38.13%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6E6231 (or 0x6E6231) is known color: Himalaya. HEX triplet: 6E, 62 and 31. RGB value is (110,98,49). Sum of RGB (Red+Green+Blue) = 110+98+49=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6231 is #919DCE. Grayscale: #606060. Windows color (decimal): -9543119 or 3236462. OLE color: 3236462.

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

Color convert

RGB 110 98 49 -
CMYK 0 0.11 0.55 0.57
HSL 48.2º 0.38% 0.31% -
HSV(B) 48.2º 0.55% 0.43% -
XYZ 11.35 12.27 4.68 -
YUV 96 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 110 98 49 0 0.11 0.55 0.57 48.2 0.38 0.31
Hex 6E 62 31 0 B 37 39 30 26 1F
Octal 156 142 61 0 13 67 71 60 46 37
Binary 1101110 1100010 110001 0 1011 110111 111001 110000 100110 11111

Color Harmonies of #6E6231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6231

Black with #6E6231

Text Example


Text Example

White with #6E6231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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