Html Css Color HEX #6C5E26 Himalaya

📋 copy color: '#6C5E26'

red 108 ◦ green 94 ◦ blue 38

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

Shades of Himalaya #6C5E26

Tints of Himalaya #6C5E26

RGB

 RED value IS 108 (42.58% from 255) = 45%

 GREEN value IS 94 (37.11% from 255) = 39.17%

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

R = 45%
G = 39.17%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6C5E26 (or 0x6C5E26) is known color: Himalaya. HEX triplet: 6C, 5E and 26. RGB value is (108,94,38). Sum of RGB (Red+Green+Blue) = 108+94+38=240 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5E26 is #93A1D9. Grayscale: #5C5C5C. Windows color (decimal): -9675226 or 2514540. OLE color: 2514540.

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

Color convert

RGB 108 94 38 -
CMYK 0 0.13 0.65 0.58
HSL 48º 0.48% 0.29% -
HSV(B) 48º 0.65% 0.42% -
XYZ 10.54 11.33 3.47 -
YUV 91.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 108 94 38 0 0.13 0.65 0.58 48 0.48 0.29
Hex 6C 5E 26 0 D 41 3A 30 30 1D
Octal 154 136 46 0 15 101 72 60 60 35
Binary 1101100 1011110 100110 0 1101 1000001 111010 110000 110000 11101

Color Harmonies of #6C5E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5E26

Black with #6C5E26

Text Example


Text Example

White with #6C5E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,94,38); }

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

background-color css

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

 a { background-color: rgb(108,94,38); }

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

border-color css

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

 span { border-color: rgb(108,94,38); }

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