Html Css Color HEX #7C6328 Yukon Gold

📋 copy color: '#7C6328'

red 124 ◦ green 99 ◦ blue 40

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

Shades of Yukon Gold #7C6328

Tints of Yukon Gold #7C6328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.64%

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

R = 47.15%
G = 37.64%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7C6328 (or 0x7C6328) is known color: Yukon Gold. HEX triplet: 7C, 63 and 28. RGB value is (124,99,40). Sum of RGB (Red+Green+Blue) = 124+99+40=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6328 is #839CD7. Grayscale: #646464. Windows color (decimal): -8625368 or 2646908. OLE color: 2646908.

HSL color Cylindrical-coordinate representation of color #7C6328: hue angle of 42.14º 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 #7C6328 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 99 40 -
CMYK 0 0.20 0.68 0.51
HSL 42.14º 0.51% 0.32% -
HSV(B) 42.14º 0.68% 0.49% -
XYZ 13.16 13.36 3.89 -
YUV 99.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 124 99 40 0 0.20 0.68 0.51 42.14 0.51 0.32
Hex 7C 63 28 0 14 44 33 2A 33 20
Octal 174 143 50 0 24 104 63 52 63 40
Binary 1111100 1100011 101000 0 10100 1000100 110011 101010 110011 100000

Color Harmonies of #7C6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6328

Black with #7C6328

Text Example


Text Example

White with #7C6328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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