Html Css Color HEX #7B6006 Yukon Gold

📋 copy color: '#7B6006'

red 123 ◦ green 96 ◦ blue 6

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

Shades of Yukon Gold #7B6006

Tints of Yukon Gold #7B6006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.67%

R = 54.67%
G = 42.67%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.52

RGB Variations

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

Color information

#7B6006 (or 0x7B6006) is known color: Yukon Gold. HEX triplet: 7B, 60 and 06. RGB value is (123,96,6). Sum of RGB (Red+Green+Blue) = 123+96+6=225 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.67% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6006 is #849FF9. Grayscale: #5E5E5E. Windows color (decimal): -8691706 or 417915. OLE color: 417915.

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

Color convert

RGB 123 96 6 -
CMYK 0 0.22 0.95 0.52
HSL 46.15º 0.91% 0.25% -
HSV(B) 46.15º 0.95% 0.48% -
XYZ 12.38 12.59 1.95 -
YUV 93.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 123 96 6 0 0.22 0.95 0.52 46.15 0.91 0.25
Hex 7B 60 6 0 16 5F 34 2E 5B 19
Octal 173 140 6 0 26 137 64 56 133 31
Binary 1111011 1100000 110 0 10110 1011111 110100 101110 1011011 11001

Color Harmonies of #7B6006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6006

Black with #7B6006

Text Example


Text Example

White with #7B6006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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