#7B640B

Color #7B640B Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #7B640B

Tints of Yukon Gold #7B640B

Color information

#7B640B (or 0x7B640B) is unknown color: approx Yukon Gold. HEX triplet: 7B, 64 and 0B. RGB value is (123,100,11). Sum of RGB (Red+Green+Blue) = 123+100+11=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B640B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B640B is #849BF4. Grayscale: #616161. Windows color (decimal): -8690677 or 746619. OLE color: 746619.

HSL color Cylindrical-coordinate representation of color #7B640B: hue angle of 47.68º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B640B is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB12310011-
CMYK00.190.910.52
HSL47.68º83.58%26.27%-
HSV(B)47.68º91.06%48.24%-
XYZ12.7913.352.22-
YUV96.7379.62146.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.56%
GREEN value IS 100 (39.45% from 255) = 42.74%
BLUE value IS 11 (4.69% from 255) = 4.70%
R=52.56%
G=42.74%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231001100.190.910.5247.6883.5826.27
Hex7B64B0135B3430541a
Octal17314413023133646012432
Binary1111011110010010110100111011011110100110000101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,100,11); }

 H1.HeaderClassName
 {
   color: #7B640B;
 }
 .AnyTagClassName
 {
   color: #7B640B;
 }
</style>
background-color css

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

 a { background-color: rgb(123,100,11); }

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

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

 span { border-color: rgb(123,100,11); }

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