Html Css Color HEX #766523 Yukon Gold

📋 copy color: '#766523'

red 118 ◦ green 101 ◦ blue 35

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

Shades of Yukon Gold #766523

Tints of Yukon Gold #766523

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.76%

 BLUE value IS 35 (14.06% from 255) = 13.78%

R = 46.46%
G = 39.76%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#766523 (or 0x766523) is known color: Yukon Gold. HEX triplet: 76, 65 and 23. RGB value is (118,101,35). Sum of RGB (Red+Green+Blue) = 118+101+35=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #766523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766523 is #899ADC. Grayscale: #626262. Windows color (decimal): -9018077 or 2319734. OLE color: 2319734.

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

Color convert

RGB 118 101 35 -
CMYK 0 0.14 0.70 0.54
HSL 47.71º 0.54% 0.3% -
HSV(B) 47.71º 0.7% 0.46% -
XYZ 12.43 13.28 3.5 -
YUV 98.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 118 101 35 0 0.14 0.70 0.54 47.71 0.54 0.3
Hex 76 65 23 0 E 46 36 30 36 1E
Octal 166 145 43 0 16 106 66 60 66 36
Binary 1110110 1100101 100011 0 1110 1000110 110110 110000 110110 11110

Color Harmonies of #766523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766523

Black with #766523

Text Example


Text Example

White with #766523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766523; }

 p { color: rgb(118,101,35); }

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

background-color css

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

 a { background-color: rgb(118,101,35); }

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

border-color css

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

 span { border-color: rgb(118,101,35); }

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