Html Css Color HEX #756418 Yukon Gold

📋 copy color: '#756418'

red 117 ◦ green 100 ◦ blue 24

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

Shades of Yukon Gold #756418

Tints of Yukon Gold #756418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.49%

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

R = 48.55%
G = 41.49%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#756418 (or 0x756418) is known color: Yukon Gold. HEX triplet: 75, 64 and 18. RGB value is (117,100,24). Sum of RGB (Red+Green+Blue) = 117+100+24=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #756418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756418 is #8A9BE7. Grayscale: #606060. Windows color (decimal): -9083880 or 1598581. OLE color: 1598581.

HSL color Cylindrical-coordinate representation of color #756418: hue angle of 49.03º degrees, saturation: 0.66, 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 #756418 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 100 24 -
CMYK 0 0.15 0.79 0.54
HSL 49.03º 0.66% 0.28% -
HSV(B) 49.03º 0.79% 0.46% -
XYZ 12.06 12.96 2.73 -
YUV 96.42 87.13 142.68 -
System Red Green Blue C M Y K H S L
Decimal 117 100 24 0 0.15 0.79 0.54 49.03 0.66 0.28
Hex 75 64 18 0 F 4F 36 31 42 1C
Octal 165 144 30 0 17 117 66 61 102 34
Binary 1110101 1100100 11000 0 1111 1001111 110110 110001 1000010 11100

Color Harmonies of #756418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756418

Black with #756418

Text Example


Text Example

White with #756418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756418; }

 p { color: rgb(117,100,24); }

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

background-color css

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

 a { background-color: rgb(117,100,24); }

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

border-color css

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

 span { border-color: rgb(117,100,24); }

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