Html Css Color HEX #76611C Yukon Gold

📋 copy color: '#76611C'

red 118 ◦ green 97 ◦ blue 28

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

Shades of Yukon Gold #76611C

Tints of Yukon Gold #76611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.92%

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

R = 48.56%
G = 39.92%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76611C (or 0x76611C) is known color: Yukon Gold. HEX triplet: 76, 61 and 1C. RGB value is (118,97,28). Sum of RGB (Red+Green+Blue) = 118+97+28=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76611C is #899EE3. Grayscale: #5F5F5F. Windows color (decimal): -9019108 or 1859958. OLE color: 1859958.

HSL color Cylindrical-coordinate representation of color #76611C: hue angle of 46º 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 #76611C is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 28 -
CMYK 0 0.18 0.76 0.54
HSL 46º 0.62% 0.29% -
HSV(B) 46º 0.76% 0.46% -
XYZ 11.96 12.48 2.88 -
YUV 95.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 118 97 28 0 0.18 0.76 0.54 46 0.62 0.29
Hex 76 61 1C 0 12 4C 36 2E 3E 1D
Octal 166 141 34 0 22 114 66 56 76 35
Binary 1110110 1100001 11100 0 10010 1001100 110110 101110 111110 11101

Color Harmonies of #76611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76611C

Black with #76611C

Text Example


Text Example

White with #76611C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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