Html Css Color HEX #766C3D Yellow Metal

📋 copy color: '#766C3D'

red 118 ◦ green 108 ◦ blue 61

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

Shades of Yellow Metal #766C3D

Tints of Yellow Metal #766C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 41.11%
G = 37.63%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#766C3D (or 0x766C3D) is known color: Yellow Metal. HEX triplet: 76, 6C and 3D. RGB value is (118,108,61). Sum of RGB (Red+Green+Blue) = 118+108+61=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #766C3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C3D is #8993C2. Grayscale: #696969. Windows color (decimal): -9016259 or 4025462. OLE color: 4025462.

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

Color convert

RGB 118 108 61 -
CMYK 0 0.08 0.48 0.54
HSL 49.47º 0.32% 0.35% -
HSV(B) 49.47º 0.48% 0.46% -
XYZ 13.68 14.91 6.57 -
YUV 105.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 118 108 61 0 0.08 0.48 0.54 49.47 0.32 0.35
Hex 76 6C 3D 0 8 30 36 31 20 23
Octal 166 154 75 0 10 60 66 61 40 43
Binary 1110110 1101100 111101 0 1000 110000 110110 110001 100000 100011

Color Harmonies of #766C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C3D

Black with #766C3D

Text Example


Text Example

White with #766C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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