Html Css Color HEX #765D16 Yukon Gold

📋 copy color: '#765D16'

red 118 ◦ green 93 ◦ blue 22

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

Shades of Yukon Gold #765D16

Tints of Yukon Gold #765D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.44%

R = 50.64%
G = 39.91%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#765D16 (or 0x765D16) is known color: Yukon Gold. HEX triplet: 76, 5D and 16. RGB value is (118,93,22). Sum of RGB (Red+Green+Blue) = 118+93+22=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #765D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D16 is #89A2E9. Grayscale: #5C5C5C. Windows color (decimal): -9020138 or 1465718. OLE color: 1465718.

HSL color Cylindrical-coordinate representation of color #765D16: hue angle of 44.38º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #765D16 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 93 22 -
CMYK 0 0.21 0.81 0.54
HSL 44.38º 0.69% 0.27% -
HSV(B) 44.38º 0.81% 0.46% -
XYZ 11.53 11.74 2.42 -
YUV 92.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 118 93 22 0 0.21 0.81 0.54 44.38 0.69 0.27
Hex 76 5D 16 0 15 51 36 2C 45 1B
Octal 166 135 26 0 25 121 66 54 105 33
Binary 1110110 1011101 10110 0 10101 1010001 110110 101100 1000101 11011

Color Harmonies of #765D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D16

Black with #765D16

Text Example


Text Example

White with #765D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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