Html Css Color HEX #765C18 Yukon Gold

📋 copy color: '#765C18'

red 118 ◦ green 92 ◦ blue 24

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

Shades of Yukon Gold #765C18

Tints of Yukon Gold #765C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.32%

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 50.43%
G = 39.32%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#765C18 (or 0x765C18) is known color: Yukon Gold. HEX triplet: 76, 5C and 18. RGB value is (118,92,24). Sum of RGB (Red+Green+Blue) = 118+92+24=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #765C18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765C18 is #89A3E7. Grayscale: #5C5C5C. Windows color (decimal): -9020392 or 1596534. OLE color: 1596534.

HSL color Cylindrical-coordinate representation of color #765C18: hue angle of 43.4º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #765C18 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 92 24 -
CMYK 0 0.22 0.80 0.54
HSL 43.4º 0.66% 0.28% -
HSV(B) 43.4º 0.8% 0.46% -
XYZ 11.46 11.57 2.49 -
YUV 92.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 118 92 24 0 0.22 0.80 0.54 43.4 0.66 0.28
Hex 76 5C 18 0 16 50 36 2B 42 1C
Octal 166 134 30 0 26 120 66 53 102 34
Binary 1110110 1011100 11000 0 10110 1010000 110110 101011 1000010 11100

Color Harmonies of #765C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C18

Black with #765C18

Text Example


Text Example

White with #765C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,92,24); }

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

background-color css

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

 a { background-color: rgb(118,92,24); }

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

border-color css

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

 span { border-color: rgb(118,92,24); }

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