Html Css Color HEX #6E6226 Himalaya

📋 copy color: '#6E6226'

red 110 ◦ green 98 ◦ blue 38

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

Shades of Himalaya #6E6226

Tints of Himalaya #6E6226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.45%

R = 44.72%
G = 39.84%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#6E6226 (or 0x6E6226) is known color: Himalaya. HEX triplet: 6E, 62 and 26. RGB value is (110,98,38). Sum of RGB (Red+Green+Blue) = 110+98+38=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6226 is #919DD9. Grayscale: #5F5F5F. Windows color (decimal): -9543130 or 2515566. OLE color: 2515566.

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

Color convert

RGB 110 98 38 -
CMYK 0 0.11 0.65 0.57
HSL 50º 0.49% 0.29% -
HSV(B) 50º 0.65% 0.43% -
XYZ 11.15 12.19 3.6 -
YUV 94.75 95.98 138.88 -
System Red Green Blue C M Y K H S L
Decimal 110 98 38 0 0.11 0.65 0.57 50 0.49 0.29
Hex 6E 62 26 0 B 41 39 32 31 1D
Octal 156 142 46 0 13 101 71 62 61 35
Binary 1101110 1100010 100110 0 1011 1000001 111001 110010 110001 11101

Color Harmonies of #6E6226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6226

Black with #6E6226

Text Example


Text Example

White with #6E6226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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