Html Css Color HEX #746626 Himalaya

📋 copy color: '#746626'

red 116 ◦ green 102 ◦ blue 38

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

Shades of Himalaya #746626

Tints of Himalaya #746626

RGB

 RED value IS 116 (45.7% from 255) = 45.31%

 GREEN value IS 102 (40.23% from 255) = 39.84%

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

R = 45.31%
G = 39.84%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#746626 (or 0x746626) is known color: Himalaya. HEX triplet: 74, 66 and 26. RGB value is (116,102,38). Sum of RGB (Red+Green+Blue) = 116+102+38=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #746626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746626 is #8B99D9. Grayscale: #636363. Windows color (decimal): -9148890 or 2516596. OLE color: 2516596.

HSL color Cylindrical-coordinate representation of color #746626: hue angle of 49.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #746626 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 38 -
CMYK 0 0.12 0.67 0.55
HSL 49.23º 0.51% 0.3% -
HSV(B) 49.23º 0.67% 0.45% -
XYZ 12.3 13.36 3.76 -
YUV 98.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 116 102 38 0 0.12 0.67 0.55 49.23 0.51 0.3
Hex 74 66 26 0 C 43 37 31 33 1E
Octal 164 146 46 0 14 103 67 61 63 36
Binary 1110100 1100110 100110 0 1100 1000011 110111 110001 110011 11110

Color Harmonies of #746626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746626

Black with #746626

Text Example


Text Example

White with #746626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746626; }

 p { color: rgb(116,102,38); }

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

background-color css

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

 a { background-color: rgb(116,102,38); }

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

border-color css

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

 span { border-color: rgb(116,102,38); }

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