Html Css Color HEX #76670F Yukon Gold

📋 copy color: '#76670F'

red 118 ◦ green 103 ◦ blue 15

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

Shades of Yukon Gold #76670F

Tints of Yukon Gold #76670F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 50%
G = 43.64%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76670F (or 0x76670F) is known color: Yukon Gold. HEX triplet: 76, 67 and 0F. RGB value is (118,103,15). Sum of RGB (Red+Green+Blue) = 118+103+15=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76670F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76670F is #8998F0. Grayscale: #616161. Windows color (decimal): -9017585 or 1009526. OLE color: 1009526.

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

Color convert

RGB 118 103 15 -
CMYK 0 0.13 0.87 0.54
HSL 51.26º 0.77% 0.26% -
HSV(B) 51.26º 0.87% 0.46% -
XYZ 12.41 13.59 2.42 -
YUV 97.45 81.47 142.66 -
System Red Green Blue C M Y K H S L
Decimal 118 103 15 0 0.13 0.87 0.54 51.26 0.77 0.26
Hex 76 67 F 0 D 57 36 33 4D 1A
Octal 166 147 17 0 15 127 66 63 115 32
Binary 1110110 1100111 1111 0 1101 1010111 110110 110011 1001101 11010

Color Harmonies of #76670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76670F

Black with #76670F

Text Example


Text Example

White with #76670F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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