Html Css Color HEX #76601C Yukon Gold

📋 copy color: '#76601C'

red 118 ◦ green 96 ◦ blue 28

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

Shades of Yukon Gold #76601C

Tints of Yukon Gold #76601C

RGB

 RED value IS 118 (46.48% from 255) = 48.76%

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

 BLUE value IS 28 (11.33% from 255) = 11.57%

R = 48.76%
G = 39.67%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76601C (or 0x76601C) is known color: Yukon Gold. HEX triplet: 76, 60 and 1C. RGB value is (118,96,28). Sum of RGB (Red+Green+Blue) = 118+96+28=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76601C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76601C is #899FE3. Grayscale: #5F5F5F. Windows color (decimal): -9019364 or 1859702. OLE color: 1859702.

HSL color Cylindrical-coordinate representation of color #76601C: hue angle of 45.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76601C is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 96 28 -
CMYK 0 0.19 0.76 0.54
HSL 45.33º 0.62% 0.29% -
HSV(B) 45.33º 0.76% 0.46% -
XYZ 11.86 12.3 2.85 -
YUV 94.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 118 96 28 0 0.19 0.76 0.54 45.33 0.62 0.29
Hex 76 60 1C 0 13 4C 36 2D 3E 1D
Octal 166 140 34 0 23 114 66 55 76 35
Binary 1110110 1100000 11100 0 10011 1001100 110110 101101 111110 11101

Color Harmonies of #76601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76601C

Black with #76601C

Text Example


Text Example

White with #76601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76601C; }

 p { color: rgb(118,96,28); }

 H1.HeaderClassName
 {
   color: #76601C;
 }
 .AnyTagClassName
 {
   color: #76601C;
 }
</style>

background-color css

<style>
 a { background-color: #76601C; }

 a { background-color: rgb(118,96,28); }

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

border-color css

<style>
 span { border-color: #76601C; }

 span { border-color: rgb(118,96,28); }

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