Html Css Color HEX #7C6208 Yukon Gold

📋 copy color: '#7C6208'

red 124 ◦ green 98 ◦ blue 8

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

Shades of Yukon Gold #7C6208

Tints of Yukon Gold #7C6208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.61%

 BLUE value IS 8 (3.52% from 255) = 3.48%

R = 53.91%
G = 42.61%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7C6208 (or 0x7C6208) is known color: Yukon Gold. HEX triplet: 7C, 62 and 08. RGB value is (124,98,8). Sum of RGB (Red+Green+Blue) = 124+98+8=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6208 is #839DF7. Grayscale: #5F5F5F. Windows color (decimal): -8625656 or 549500. OLE color: 549500.

HSL color Cylindrical-coordinate representation of color #7C6208: hue angle of 46.55º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C6208 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 98 8 -
CMYK 0 0.21 0.94 0.51
HSL 46.55º 0.88% 0.26% -
HSV(B) 46.55º 0.94% 0.49% -
XYZ 12.72 13.04 2.08 -
YUV 95.51 78.61 148.32 -
System Red Green Blue C M Y K H S L
Decimal 124 98 8 0 0.21 0.94 0.51 46.55 0.88 0.26
Hex 7C 62 8 0 15 5E 33 2F 58 1A
Octal 174 142 10 0 25 136 63 57 130 32
Binary 1111100 1100010 1000 0 10101 1011110 110011 101111 1011000 11010

Color Harmonies of #7C6208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6208

Black with #7C6208

Text Example


Text Example

White with #7C6208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,98,8); }

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

background-color css

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

 a { background-color: rgb(124,98,8); }

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

border-color css

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

 span { border-color: rgb(124,98,8); }

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