#7B600C

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

Shades of Yukon Gold #7B600C

Tints of Yukon Gold #7B600C

Color information

#7B600C (or 0x7B600C) is unknown color: approx Yukon Gold. HEX triplet: 7B, 60 and 0C. RGB value is (123,96,12). Sum of RGB (Red+Green+Blue) = 123+96+12=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B600C is #849FF3. Grayscale: #5E5E5E. Windows color (decimal): -8691700 or 811131. OLE color: 811131.

HSL color Cylindrical-coordinate representation of color #7B600C: hue angle of 45.41º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B600C is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB1239612-
CMYK00.220.900.52
HSL45.41º82.22%26.47%-
HSV(B)45.41º90.24%48.24%-
XYZ12.4212.62.13-
YUV94.581.45148.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 53.25%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 12 (5.08% from 255) = 5.19%
R=53.25%
G=41.56%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123961200.220.900.5245.4182.2226.47
Hex7B60C0165A342d521a
Octal17314014026132645512232
Binary1111011110000011000101101011010110100101101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,96,12); }

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

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

 a { background-color: rgb(123,96,12); }

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

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

 span { border-color: rgb(123,96,12); }

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