Html Css Color HEX #6E6025 Himalaya

📋 copy color: '#6E6025'

red 110 ◦ green 96 ◦ blue 37

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

Shades of Himalaya #6E6025

Tints of Himalaya #6E6025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.23%

R = 45.27%
G = 39.51%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6E6025 (or 0x6E6025) is known color: Himalaya. HEX triplet: 6E, 60 and 25. RGB value is (110,96,37). Sum of RGB (Red+Green+Blue) = 110+96+37=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6025 is #919FDA. Grayscale: #5D5D5D. Windows color (decimal): -9543643 or 2449518. OLE color: 2449518.

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

Color convert

RGB 110 96 37 -
CMYK 0 0.13 0.66 0.57
HSL 48.49º 0.5% 0.29% -
HSV(B) 48.49º 0.66% 0.43% -
XYZ 10.95 11.81 3.45 -
YUV 93.46 96.14 139.8 -
System Red Green Blue C M Y K H S L
Decimal 110 96 37 0 0.13 0.66 0.57 48.49 0.5 0.29
Hex 6E 60 25 0 D 42 39 30 32 1D
Octal 156 140 45 0 15 102 71 60 62 35
Binary 1101110 1100000 100101 0 1101 1000010 111001 110000 110010 11101

Color Harmonies of #6E6025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6025

Black with #6E6025

Text Example


Text Example

White with #6E6025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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