Html Css Color HEX #736B3D Yellow Metal

📋 copy color: '#736B3D'

red 115 ◦ green 107 ◦ blue 61

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

Shades of Yellow Metal #736B3D

Tints of Yellow Metal #736B3D

RGB

 RED value IS 115 (45.31% from 255) = 40.64%

 GREEN value IS 107 (42.19% from 255) = 37.81%

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

R = 40.64%
G = 37.81%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#736B3D (or 0x736B3D) is known color: Yellow Metal. HEX triplet: 73, 6B and 3D. RGB value is (115,107,61). Sum of RGB (Red+Green+Blue) = 115+107+61=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 115 - color contains mainly: red. Hex color #736B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B3D is #8C94C2. Grayscale: #686868. Windows color (decimal): -9213123 or 4025203. OLE color: 4025203.

HSL color Cylindrical-coordinate representation of color #736B3D: hue angle of 51.11º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #736B3D is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 107 61 -
CMYK 0 0.07 0.47 0.55
HSL 51.11º 0.31% 0.35% -
HSV(B) 51.11º 0.47% 0.45% -
XYZ 13.17 14.5 6.52 -
YUV 104.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 115 107 61 0 0.07 0.47 0.55 51.11 0.31 0.35
Hex 73 6B 3D 0 7 2F 37 33 1F 23
Octal 163 153 75 0 7 57 67 63 37 43
Binary 1110011 1101011 111101 0 111 101111 110111 110011 11111 100011

Color Harmonies of #736B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736B3D

Black with #736B3D

Text Example


Text Example

White with #736B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736B3D; }

 p { color: rgb(115,107,61); }

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

background-color css

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

 a { background-color: rgb(115,107,61); }

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

border-color css

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

 span { border-color: rgb(115,107,61); }

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