Html Css Color HEX #765D15 Yukon Gold

📋 copy color: '#765D15'

red 118 ◦ green 93 ◦ blue 21

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

Shades of Yukon Gold #765D15

Tints of Yukon Gold #765D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

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

R = 50.86%
G = 40.09%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#765D15 (or 0x765D15) is known color: Yukon Gold. HEX triplet: 76, 5D and 15. RGB value is (118,93,21). Sum of RGB (Red+Green+Blue) = 118+93+21=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #765D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D15 is #89A2EA. Grayscale: #5C5C5C. Windows color (decimal): -9020139 or 1400182. OLE color: 1400182.

HSL color Cylindrical-coordinate representation of color #765D15: hue angle of 44.54º 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 #765D15 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 93 21 -
CMYK 0 0.21 0.82 0.54
HSL 44.54º 0.7% 0.27% -
HSV(B) 44.54º 0.82% 0.46% -
XYZ 11.52 11.73 2.37 -
YUV 92.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 118 93 21 0 0.21 0.82 0.54 44.54 0.7 0.27
Hex 76 5D 15 0 15 52 36 2D 46 1B
Octal 166 135 25 0 25 122 66 55 106 33
Binary 1110110 1011101 10101 0 10101 1010010 110110 101101 1000110 11011

Color Harmonies of #765D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D15

Black with #765D15

Text Example


Text Example

White with #765D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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