Html Css Color HEX #7C6528 Yukon Gold

📋 copy color: '#7C6528'

red 124 ◦ green 101 ◦ blue 40

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

Shades of Yukon Gold #7C6528

Tints of Yukon Gold #7C6528

RGB

 RED value IS 124 (48.83% from 255) = 46.79%

 GREEN value IS 101 (39.84% from 255) = 38.11%

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 46.79%
G = 38.11%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7C6528 (or 0x7C6528) is known color: Yukon Gold. HEX triplet: 7C, 65 and 28. RGB value is (124,101,40). Sum of RGB (Red+Green+Blue) = 124+101+40=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6528 is #839AD7. Grayscale: #656565. Windows color (decimal): -8624856 or 2647420. OLE color: 2647420.

HSL color Cylindrical-coordinate representation of color #7C6528: hue angle of 43.57º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C6528 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 101 40 -
CMYK 0 0.19 0.68 0.51
HSL 43.57º 0.51% 0.32% -
HSV(B) 43.57º 0.68% 0.49% -
XYZ 13.35 13.75 3.96 -
YUV 100.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 124 101 40 0 0.19 0.68 0.51 43.57 0.51 0.32
Hex 7C 65 28 0 13 44 33 2C 33 20
Octal 174 145 50 0 23 104 63 54 63 40
Binary 1111100 1100101 101000 0 10011 1000100 110011 101100 110011 100000

Color Harmonies of #7C6528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6528

Black with #7C6528

Text Example


Text Example

White with #7C6528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,101,40); }

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

background-color css

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

 a { background-color: rgb(124,101,40); }

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

border-color css

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

 span { border-color: rgb(124,101,40); }

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