Html Css Color HEX #6E6027 Himalaya

📋 copy color: '#6E6027'

red 110 ◦ green 96 ◦ blue 39

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

Shades of Himalaya #6E6027

Tints of Himalaya #6E6027

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.18%

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 44.9%
G = 39.18%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6E6027 (or 0x6E6027) is known color: Himalaya. HEX triplet: 6E, 60 and 27. RGB value is (110,96,39). Sum of RGB (Red+Green+Blue) = 110+96+39=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6027 is #919FD8. Grayscale: #5D5D5D. Windows color (decimal): -9543641 or 2580590. OLE color: 2580590.

HSL color Cylindrical-coordinate representation of color #6E6027: hue angle of 48.17º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E6027 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 96 39 -
CMYK 0 0.13 0.65 0.57
HSL 48.17º 0.48% 0.29% -
HSV(B) 48.17º 0.65% 0.43% -
XYZ 10.98 11.83 3.62 -
YUV 93.69 97.14 139.63 -
System Red Green Blue C M Y K H S L
Decimal 110 96 39 0 0.13 0.65 0.57 48.17 0.48 0.29
Hex 6E 60 27 0 D 41 39 30 30 1D
Octal 156 140 47 0 15 101 71 60 60 35
Binary 1101110 1100000 100111 0 1101 1000001 111001 110000 110000 11101

Color Harmonies of #6E6027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6027

Black with #6E6027

Text Example


Text Example

White with #6E6027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,96,39); }

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

background-color css

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

 a { background-color: rgb(110,96,39); }

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

border-color css

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

 span { border-color: rgb(110,96,39); }

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