Html Css Color HEX #7B6013 Yukon Gold

📋 copy color: '#7B6013'

red 123 ◦ green 96 ◦ blue 19

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

Shades of Yukon Gold #7B6013

Tints of Yukon Gold #7B6013

RGB

 RED value IS 123 (48.44% from 255) = 51.68%

 GREEN value IS 96 (37.89% from 255) = 40.34%

 BLUE value IS 19 (7.81% from 255) = 7.98%

R = 51.68%
G = 40.34%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#7B6013 (or 0x7B6013) is known color: Yukon Gold. HEX triplet: 7B, 60 and 13. RGB value is (123,96,19). Sum of RGB (Red+Green+Blue) = 123+96+19=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6013 is #849FEC. Grayscale: #5F5F5F. Windows color (decimal): -8691693 or 1269883. OLE color: 1269883.

HSL color Cylindrical-coordinate representation of color #7B6013: hue angle of 44.42º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B6013 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 96 19 -
CMYK 0 0.22 0.85 0.52
HSL 44.42º 0.73% 0.28% -
HSV(B) 44.42º 0.85% 0.48% -
XYZ 12.47 12.62 2.4 -
YUV 95.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 123 96 19 0 0.22 0.85 0.52 44.42 0.73 0.28
Hex 7B 60 13 0 16 55 34 2C 49 1C
Octal 173 140 23 0 26 125 64 54 111 34
Binary 1111011 1100000 10011 0 10110 1010101 110100 101100 1001001 11100

Color Harmonies of #7B6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6013

Black with #7B6013

Text Example


Text Example

White with #7B6013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,96,19); }

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

background-color css

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

 a { background-color: rgb(123,96,19); }

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

border-color css

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

 span { border-color: rgb(123,96,19); }

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