Html Css Color HEX #6E6338 Himalaya

📋 copy color: '#6E6338'

red 110 ◦ green 99 ◦ blue 56

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

Shades of Himalaya #6E6338

Tints of Himalaya #6E6338

RGB

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

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

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

R = 41.51%
G = 37.36%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6E6338 (or 0x6E6338) is known color: Himalaya. HEX triplet: 6E, 63 and 38. RGB value is (110,99,56). Sum of RGB (Red+Green+Blue) = 110+99+56=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6338 is #919CC7. Grayscale: #616161. Windows color (decimal): -9542856 or 3695470. OLE color: 3695470.

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

Color convert

RGB 110 99 56 -
CMYK 0 0.1 0.49 0.57
HSL 47.78º 0.33% 0.33% -
HSV(B) 47.78º 0.49% 0.43% -
XYZ 11.61 12.52 5.55 -
YUV 97.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 110 99 56 0 0.1 0.49 0.57 47.78 0.33 0.33
Hex 6E 63 38 0 A 31 39 30 21 21
Octal 156 143 70 0 12 61 71 60 41 41
Binary 1101110 1100011 111000 0 1010 110001 111001 110000 100001 100001

Color Harmonies of #6E6338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6338

Black with #6E6338

Text Example


Text Example

White with #6E6338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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