Html Css Color HEX #76670A Yukon Gold

📋 copy color: '#76670A'

red 118 ◦ green 103 ◦ blue 10

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

Shades of Yukon Gold #76670A

Tints of Yukon Gold #76670A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.59%

 BLUE value IS 10 (4.3% from 255) = 4.33%

R = 51.08%
G = 44.59%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#76670A (or 0x76670A) is known color: Yukon Gold. HEX triplet: 76, 67 and 0A. RGB value is (118,103,10). Sum of RGB (Red+Green+Blue) = 118+103+10=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76670A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76670A is #8998F5. Grayscale: #616161. Windows color (decimal): -9017590 or 681846. OLE color: 681846.

HSL color Cylindrical-coordinate representation of color #76670A: hue angle of 51.67º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76670A is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 10 -
CMYK 0 0.13 0.92 0.54
HSL 51.67º 0.84% 0.25% -
HSV(B) 51.67º 0.92% 0.46% -
XYZ 12.38 13.57 2.25 -
YUV 96.88 78.97 143.06 -
System Red Green Blue C M Y K H S L
Decimal 118 103 10 0 0.13 0.92 0.54 51.67 0.84 0.25
Hex 76 67 A 0 D 5C 36 34 54 19
Octal 166 147 12 0 15 134 66 64 124 31
Binary 1110110 1100111 1010 0 1101 1011100 110110 110100 1010100 11001

Color Harmonies of #76670A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76670A

Black with #76670A

Text Example


Text Example

White with #76670A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76670A; }

 p { color: rgb(118,103,10); }

 H1.HeaderClassName
 {
   color: #76670A;
 }
 .AnyTagClassName
 {
   color: #76670A;
 }
</style>

background-color css

<style>
 a { background-color: #76670A; }

 a { background-color: rgb(118,103,10); }

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

border-color css

<style>
 span { border-color: #76670A; }

 span { border-color: rgb(118,103,10); }

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