Html Css Color HEX #6E6238 Himalaya

📋 copy color: '#6E6238'

red 110 ◦ green 98 ◦ blue 56

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

Shades of Himalaya #6E6238

Tints of Himalaya #6E6238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.21%

R = 41.67%
G = 37.12%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6E6238 (or 0x6E6238) is known color: Himalaya. HEX triplet: 6E, 62 and 38. RGB value is (110,98,56). Sum of RGB (Red+Green+Blue) = 110+98+56=264 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.67% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6238 is #919DC7. Grayscale: #606060. Windows color (decimal): -9543112 or 3695214. OLE color: 3695214.

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

Color convert

RGB 110 98 56 -
CMYK 0 0.11 0.49 0.57
HSL 46.67º 0.33% 0.33% -
HSV(B) 46.67º 0.49% 0.43% -
XYZ 11.51 12.34 5.52 -
YUV 96.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 110 98 56 0 0.11 0.49 0.57 46.67 0.33 0.33
Hex 6E 62 38 0 B 31 39 2F 21 21
Octal 156 142 70 0 13 61 71 57 41 41
Binary 1101110 1100010 111000 0 1011 110001 111001 101111 100001 100001

Color Harmonies of #6E6238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6238

Black with #6E6238

Text Example


Text Example

White with #6E6238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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