Html Css Color HEX #766C3E Yellow Metal

📋 copy color: '#766C3E'

red 118 ◦ green 108 ◦ blue 62

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

Shades of Yellow Metal #766C3E

Tints of Yellow Metal #766C3E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.5%

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 40.97%
G = 37.5%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#766C3E (or 0x766C3E) is known color: Yellow Metal. HEX triplet: 76, 6C and 3E. RGB value is (118,108,62). Sum of RGB (Red+Green+Blue) = 118+108+62=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766C3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C3E is #8993C1. Grayscale: #696969. Windows color (decimal): -9016258 or 4090998. OLE color: 4090998.

HSL color Cylindrical-coordinate representation of color #766C3E: hue angle of 49.29º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766C3E is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 108 62 -
CMYK 0 0.08 0.47 0.54
HSL 49.29º 0.31% 0.35% -
HSV(B) 49.29º 0.47% 0.46% -
XYZ 13.7 14.92 6.72 -
YUV 105.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 118 108 62 0 0.08 0.47 0.54 49.29 0.31 0.35
Hex 76 6C 3E 0 8 2F 36 31 1F 23
Octal 166 154 76 0 10 57 66 61 37 43
Binary 1110110 1101100 111110 0 1000 101111 110110 110001 11111 100011

Color Harmonies of #766C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C3E

Black with #766C3E

Text Example


Text Example

White with #766C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766C3E; }

 p { color: rgb(118,108,62); }

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

background-color css

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

 a { background-color: rgb(118,108,62); }

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

border-color css

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

 span { border-color: rgb(118,108,62); }

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