Html Css Color HEX #756619 Yukon Gold

📋 copy color: '#756619'

red 117 ◦ green 102 ◦ blue 25

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

Shades of Yukon Gold #756619

Tints of Yukon Gold #756619

RGB

 RED value IS 117 (46.09% from 255) = 47.95%

 GREEN value IS 102 (40.23% from 255) = 41.8%

 BLUE value IS 25 (10.16% from 255) = 10.25%

R = 47.95%
G = 41.8%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#756619 (or 0x756619) is known color: Yukon Gold. HEX triplet: 75, 66 and 19. RGB value is (117,102,25). Sum of RGB (Red+Green+Blue) = 117+102+25=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #756619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756619 is #8A99E6. Grayscale: #626262. Windows color (decimal): -9083367 or 1664629. OLE color: 1664629.

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

Color convert

RGB 117 102 25 -
CMYK 0 0.13 0.79 0.54
HSL 50.22º 0.65% 0.28% -
HSV(B) 50.22º 0.79% 0.46% -
XYZ 12.26 13.35 2.85 -
YUV 97.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 117 102 25 0 0.13 0.79 0.54 50.22 0.65 0.28
Hex 75 66 19 0 D 4F 36 32 41 1C
Octal 165 146 31 0 15 117 66 62 101 34
Binary 1110101 1100110 11001 0 1101 1001111 110110 110010 1000001 11100

Color Harmonies of #756619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756619

Black with #756619

Text Example


Text Example

White with #756619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756619; }

 p { color: rgb(117,102,25); }

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

background-color css

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

 a { background-color: rgb(117,102,25); }

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

border-color css

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

 span { border-color: rgb(117,102,25); }

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