Html Css Color HEX #766C3C Yellow Metal

📋 copy color: '#766C3C'

red 118 ◦ green 108 ◦ blue 60

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

Shades of Yellow Metal #766C3C

Tints of Yellow Metal #766C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.98%

R = 41.26%
G = 37.76%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#766C3C (or 0x766C3C) is known color: Yellow Metal. HEX triplet: 76, 6C and 3C. RGB value is (118,108,60). Sum of RGB (Red+Green+Blue) = 118+108+60=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #766C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C3C is #8993C3. Grayscale: #696969. Windows color (decimal): -9016260 or 3959926. OLE color: 3959926.

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

Color convert

RGB 118 108 60 -
CMYK 0 0.08 0.49 0.54
HSL 49.66º 0.33% 0.35% -
HSV(B) 49.66º 0.49% 0.46% -
XYZ 13.65 14.9 6.43 -
YUV 105.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 118 108 60 0 0.08 0.49 0.54 49.66 0.33 0.35
Hex 76 6C 3C 0 8 31 36 32 21 23
Octal 166 154 74 0 10 61 66 62 41 43
Binary 1110110 1101100 111100 0 1000 110001 110110 110010 100001 100011

Color Harmonies of #766C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C3C

Black with #766C3C

Text Example


Text Example

White with #766C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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