Html Css Color HEX #756718 Yukon Gold

📋 copy color: '#756718'

red 117 ◦ green 103 ◦ blue 24

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

Shades of Yukon Gold #756718

Tints of Yukon Gold #756718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.21%

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

R = 47.95%
G = 42.21%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#756718 (or 0x756718) is known color: Yukon Gold. HEX triplet: 75, 67 and 18. RGB value is (117,103,24). Sum of RGB (Red+Green+Blue) = 117+103+24=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #756718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756718 is #8A98E7. Grayscale: #626262. Windows color (decimal): -9083112 or 1599349. OLE color: 1599349.

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

Color convert

RGB 117 103 24 -
CMYK 0 0.12 0.79 0.54
HSL 50.97º 0.66% 0.28% -
HSV(B) 50.97º 0.79% 0.46% -
XYZ 12.35 13.55 2.83 -
YUV 98.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 117 103 24 0 0.12 0.79 0.54 50.97 0.66 0.28
Hex 75 67 18 0 C 4F 36 33 42 1C
Octal 165 147 30 0 14 117 66 63 102 34
Binary 1110101 1100111 11000 0 1100 1001111 110110 110011 1000010 11100

Color Harmonies of #756718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756718

Black with #756718

Text Example


Text Example

White with #756718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756718; }

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

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

background-color css

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

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

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

border-color css

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

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

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