Html Css Color HEX #7D6612 Yukon Gold

📋 copy color: '#7D6612'

red 125 ◦ green 102 ◦ blue 18

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

Shades of Yukon Gold #7D6612

Tints of Yukon Gold #7D6612

RGB

 RED value IS 125 (49.22% from 255) = 51.02%

 GREEN value IS 102 (40.23% from 255) = 41.63%

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 51.02%
G = 41.63%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D6612 (or 0x7D6612) is known color: Yukon Gold. HEX triplet: 7D, 66 and 12. RGB value is (125,102,18). Sum of RGB (Red+Green+Blue) = 125+102+18=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6612 is #8299ED. Grayscale: #636363. Windows color (decimal): -8559086 or 1205885. OLE color: 1205885.

HSL color Cylindrical-coordinate representation of color #7D6612: hue angle of 47.1º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D6612 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 102 18 -
CMYK 0 0.18 0.86 0.51
HSL 47.1º 0.75% 0.28% -
HSV(B) 47.1º 0.86% 0.49% -
XYZ 13.32 13.91 2.55 -
YUV 99.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 125 102 18 0 0.18 0.86 0.51 47.1 0.75 0.28
Hex 7D 66 12 0 12 56 33 2F 4B 1C
Octal 175 146 22 0 22 126 63 57 113 34
Binary 1111101 1100110 10010 0 10010 1010110 110011 101111 1001011 11100

Color Harmonies of #7D6612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6612

Black with #7D6612

Text Example


Text Example

White with #7D6612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,102,18); }

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

background-color css

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

 a { background-color: rgb(125,102,18); }

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

border-color css

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

 span { border-color: rgb(125,102,18); }

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