Html Css Color HEX #76653D Yellow Metal

📋 copy color: '#76653D'

red 118 ◦ green 101 ◦ blue 61

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

Shades of Yellow Metal #76653D

Tints of Yellow Metal #76653D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.07%

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

R = 42.14%
G = 36.07%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76653D (or 0x76653D) is known color: Yellow Metal. HEX triplet: 76, 65 and 3D. RGB value is (118,101,61). Sum of RGB (Red+Green+Blue) = 118+101+61=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #76653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76653D is #899AC2. Grayscale: #656565. Windows color (decimal): -9018051 or 4023670. OLE color: 4023670.

HSL color Cylindrical-coordinate representation of color #76653D: hue angle of 42.11º 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 #76653D is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 101 61 -
CMYK 0 0.14 0.48 0.54
HSL 42.11º 0.32% 0.35% -
HSV(B) 42.11º 0.48% 0.46% -
XYZ 12.97 13.5 6.34 -
YUV 101.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 118 101 61 0 0.14 0.48 0.54 42.11 0.32 0.35
Hex 76 65 3D 0 E 30 36 2A 20 23
Octal 166 145 75 0 16 60 66 52 40 43
Binary 1110110 1100101 111101 0 1110 110000 110110 101010 100000 100011

Color Harmonies of #76653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76653D

Black with #76653D

Text Example


Text Example

White with #76653D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76653D; }

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

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

background-color css

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

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

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

border-color css

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

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

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