#7C631C

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

Shades of Yukon Gold #7C631C

Tints of Yukon Gold #7C631C

Color information

#7C631C (or 0x7C631C) is unknown color: approx Yukon Gold. HEX triplet: 7C, 63 and 1C. RGB value is (124,99,28). Sum of RGB (Red+Green+Blue) = 124+99+28=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C631C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C631C is #839CE3. Grayscale: #626262. Windows color (decimal): -8625380 or 1860476. OLE color: 1860476.

HSL color Cylindrical-coordinate representation of color #7C631C: hue angle of 44.38º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C631C is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB1249928-
CMYK00.200.770.51
HSL44.38º63.16%29.8%-
HSV(B)44.38º77.42%48.63%-
XYZ12.9813.292.98-
YUV98.3888.28146.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.40%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 28 (11.33% from 255) = 11.16%
R=49.40%
G=39.44%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124992800.200.770.5144.3863.1629.8
Hex7C631C0144D332c3f1e
Octal1741433402411563547736
Binary1111100110001111100010100100110111001110110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C631C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,99,28); }

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

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

 a { background-color: rgb(124,99,28); }

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

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

 span { border-color: rgb(124,99,28); }

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