Html Css Color HEX #7B693E Yellow Metal

📋 copy color: '#7B693E'

red 123 ◦ green 105 ◦ blue 62

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

Shades of Yellow Metal #7B693E

Tints of Yellow Metal #7B693E

RGB

 RED value IS 123 (48.44% from 255) = 42.41%

 GREEN value IS 105 (41.41% from 255) = 36.21%

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

R = 42.41%
G = 36.21%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7B693E (or 0x7B693E) is known color: Yellow Metal. HEX triplet: 7B, 69 and 3E. RGB value is (123,105,62). Sum of RGB (Red+Green+Blue) = 123+105+62=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B693E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B693E is #8496C1. Grayscale: #696969. Windows color (decimal): -8689346 or 4090235. OLE color: 4090235.

HSL color Cylindrical-coordinate representation of color #7B693E: hue angle of 42.3º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B693E is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 105 62 -
CMYK 0 0.15 0.50 0.52
HSL 42.3º 0.33% 0.36% -
HSV(B) 42.3º 0.5% 0.48% -
XYZ 14.09 14.66 6.64 -
YUV 105.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 123 105 62 0 0.15 0.50 0.52 42.3 0.33 0.36
Hex 7B 69 3E 0 F 32 34 2A 21 24
Octal 173 151 76 0 17 62 64 52 41 44
Binary 1111011 1101001 111110 0 1111 110010 110100 101010 100001 100100

Color Harmonies of #7B693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B693E

Black with #7B693E

Text Example


Text Example

White with #7B693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B693E; }

 p { color: rgb(123,105,62); }

 H1.HeaderClassName
 {
   color: #7B693E;
 }
 .AnyTagClassName
 {
   color: #7B693E;
 }
</style>

background-color css

<style>
 a { background-color: #7B693E; }

 a { background-color: rgb(123,105,62); }

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

border-color css

<style>
 span { border-color: #7B693E; }

 span { border-color: rgb(123,105,62); }

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