Html Css Color HEX #766715 Yukon Gold

📋 copy color: '#766715'

red 118 ◦ green 103 ◦ blue 21

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

Shades of Yukon Gold #766715

Tints of Yukon Gold #766715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 48.76%
G = 42.56%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#766715 (or 0x766715) is known color: Yukon Gold. HEX triplet: 76, 67 and 15. RGB value is (118,103,21). Sum of RGB (Red+Green+Blue) = 118+103+21=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #766715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766715 is #8998EA. Grayscale: #626262. Windows color (decimal): -9017579 or 1402742. OLE color: 1402742.

HSL color Cylindrical-coordinate representation of color #766715: hue angle of 50.72º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #766715 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 21 -
CMYK 0 0.13 0.82 0.54
HSL 50.72º 0.7% 0.27% -
HSV(B) 50.72º 0.82% 0.46% -
XYZ 12.46 13.61 2.68 -
YUV 98.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 118 103 21 0 0.13 0.82 0.54 50.72 0.7 0.27
Hex 76 67 15 0 D 52 36 33 46 1B
Octal 166 147 25 0 15 122 66 63 106 33
Binary 1110110 1100111 10101 0 1101 1010010 110110 110011 1000110 11011

Color Harmonies of #766715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766715

Black with #766715

Text Example


Text Example

White with #766715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766715; }

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

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

background-color css

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

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

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

border-color css

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

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

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