Html Css Color HEX #756915 Yukon Gold

📋 copy color: '#756915'

red 117 ◦ green 105 ◦ blue 21

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

Shades of Yukon Gold #756915

Tints of Yukon Gold #756915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.21%

 BLUE value IS 21 (8.59% from 255) = 8.64%

R = 48.15%
G = 43.21%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#756915 (or 0x756915) is known color: Yukon Gold. HEX triplet: 75, 69 and 15. RGB value is (117,105,21). Sum of RGB (Red+Green+Blue) = 117+105+21=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #756915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756915 is #8A96EA. Grayscale: #636363. Windows color (decimal): -9082603 or 1403253. OLE color: 1403253.

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

Color convert

RGB 117 105 21 -
CMYK 0 0.10 0.82 0.54
HSL 52.5º 0.7% 0.27% -
HSV(B) 52.5º 0.82% 0.46% -
XYZ 12.52 13.94 2.74 -
YUV 99.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 117 105 21 0 0.10 0.82 0.54 52.5 0.7 0.27
Hex 75 69 15 0 A 52 36 34 46 1B
Octal 165 151 25 0 12 122 66 64 106 33
Binary 1110101 1101001 10101 0 1010 1010010 110110 110100 1000110 11011

Color Harmonies of #756915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756915

Black with #756915

Text Example


Text Example

White with #756915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756915; }

 p { color: rgb(117,105,21); }

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

background-color css

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

 a { background-color: rgb(117,105,21); }

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

border-color css

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

 span { border-color: rgb(117,105,21); }

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