Html Css Color HEX #766325 Himalaya

📋 copy color: '#766325'

red 118 ◦ green 99 ◦ blue 37

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

Shades of Himalaya #766325

Tints of Himalaya #766325

RGB

 RED value IS 118 (46.48% from 255) = 46.46%

 GREEN value IS 99 (39.06% from 255) = 38.98%

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

R = 46.46%
G = 38.98%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#766325 (or 0x766325) is known color: Himalaya. HEX triplet: 76, 63 and 25. RGB value is (118,99,37). Sum of RGB (Red+Green+Blue) = 118+99+37=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #766325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766325 is #899CDA. Grayscale: #616161. Windows color (decimal): -9018587 or 2450294. OLE color: 2450294.

HSL color Cylindrical-coordinate representation of color #766325: hue angle of 45.93º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #766325 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 37 -
CMYK 0 0.16 0.69 0.54
HSL 45.93º 0.52% 0.3% -
HSV(B) 45.93º 0.69% 0.46% -
XYZ 12.27 12.91 3.6 -
YUV 97.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 118 99 37 0 0.16 0.69 0.54 45.93 0.52 0.3
Hex 76 63 25 0 10 45 36 2E 34 1E
Octal 166 143 45 0 20 105 66 56 64 36
Binary 1110110 1100011 100101 0 10000 1000101 110110 101110 110100 11110

Color Harmonies of #766325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766325

Black with #766325

Text Example


Text Example

White with #766325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766325; }

 p { color: rgb(118,99,37); }

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

background-color css

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

 a { background-color: rgb(118,99,37); }

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

border-color css

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

 span { border-color: rgb(118,99,37); }

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