Html Css Color HEX #766230 Himalaya

📋 copy color: '#766230'

red 118 ◦ green 98 ◦ blue 48

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

Shades of Himalaya #766230

Tints of Himalaya #766230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 44.7%
G = 37.12%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#766230 (or 0x766230) is known color: Himalaya. HEX triplet: 76, 62 and 30. RGB value is (118,98,48). Sum of RGB (Red+Green+Blue) = 118+98+48=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #766230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766230 is #899DCF. Grayscale: #626262. Windows color (decimal): -9018832 or 3170934. OLE color: 3170934.

HSL color Cylindrical-coordinate representation of color #766230: hue angle of 42.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #766230 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 48 -
CMYK 0 0.17 0.59 0.54
HSL 42.86º 0.42% 0.33% -
HSV(B) 42.86º 0.59% 0.46% -
XYZ 12.37 12.8 4.61 -
YUV 98.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 118 98 48 0 0.17 0.59 0.54 42.86 0.42 0.33
Hex 76 62 30 0 11 3B 36 2B 2A 21
Octal 166 142 60 0 21 73 66 53 52 41
Binary 1110110 1100010 110000 0 10001 111011 110110 101011 101010 100001

Color Harmonies of #766230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766230

Black with #766230

Text Example


Text Example

White with #766230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766230; }

 p { color: rgb(118,98,48); }

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

background-color css

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

 a { background-color: rgb(118,98,48); }

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

border-color css

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

 span { border-color: rgb(118,98,48); }

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