Html Css Color HEX #75620D Yukon Gold

📋 copy color: '#75620D'

red 117 ◦ green 98 ◦ blue 13

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

Shades of Yukon Gold #75620D

Tints of Yukon Gold #75620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.98%

 BLUE value IS 13 (5.47% from 255) = 5.7%

R = 51.32%
G = 42.98%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75620D (or 0x75620D) is known color: Yukon Gold. HEX triplet: 75, 62 and 0D. RGB value is (117,98,13). Sum of RGB (Red+Green+Blue) = 117+98+13=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75620D is #8A9DF2. Grayscale: #5E5E5E. Windows color (decimal): -9084403 or 877173. OLE color: 877173.

HSL color Cylindrical-coordinate representation of color #75620D: hue angle of 49.04º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75620D is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 13 -
CMYK 0 0.16 0.89 0.54
HSL 49.04º 0.8% 0.25% -
HSV(B) 49.04º 0.89% 0.46% -
XYZ 11.78 12.55 2.18 -
YUV 93.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 117 98 13 0 0.16 0.89 0.54 49.04 0.8 0.25
Hex 75 62 D 0 10 59 36 31 50 19
Octal 165 142 15 0 20 131 66 61 120 31
Binary 1110101 1100010 1101 0 10000 1011001 110110 110001 1010000 11001

Color Harmonies of #75620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75620D

Black with #75620D

Text Example


Text Example

White with #75620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75620D; }

 p { color: rgb(117,98,13); }

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

background-color css

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

 a { background-color: rgb(117,98,13); }

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

border-color css

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

 span { border-color: rgb(117,98,13); }

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