Html Css Color HEX #746627 Himalaya

📋 copy color: '#746627'

red 116 ◦ green 102 ◦ blue 39

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

Shades of Himalaya #746627

Tints of Himalaya #746627

RGB

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

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

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

R = 45.14%
G = 39.69%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#746627 (or 0x746627) is known color: Himalaya. HEX triplet: 74, 66 and 27. RGB value is (116,102,39). Sum of RGB (Red+Green+Blue) = 116+102+39=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #746627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746627 is #8B99D8. Grayscale: #636363. Windows color (decimal): -9148889 or 2582132. OLE color: 2582132.

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

Color convert

RGB 116 102 39 -
CMYK 0 0.12 0.66 0.55
HSL 49.09º 0.5% 0.3% -
HSV(B) 49.09º 0.66% 0.45% -
XYZ 12.32 13.36 3.85 -
YUV 99 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 116 102 39 0 0.12 0.66 0.55 49.09 0.5 0.3
Hex 74 66 27 0 C 42 37 31 32 1E
Octal 164 146 47 0 14 102 67 61 62 36
Binary 1110100 1100110 100111 0 1100 1000010 110111 110001 110010 11110

Color Harmonies of #746627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746627

Black with #746627

Text Example


Text Example

White with #746627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746627; }

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

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

background-color css

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

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

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

border-color css

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

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

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