Html Css Color HEX #75620E Yukon Gold

📋 copy color: '#75620E'

red 117 ◦ green 98 ◦ blue 14

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

Shades of Yukon Gold #75620E

Tints of Yukon Gold #75620E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 51.09%
G = 42.79%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#75620E (or 0x75620E) is known color: Yukon Gold. HEX triplet: 75, 62 and 0E. RGB value is (117,98,14). Sum of RGB (Red+Green+Blue) = 117+98+14=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75620E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75620E is #8A9DF1. Grayscale: #5E5E5E. Windows color (decimal): -9084402 or 942709. OLE color: 942709.

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

Color convert

RGB 117 98 14 -
CMYK 0 0.16 0.88 0.54
HSL 48.93º 0.79% 0.26% -
HSV(B) 48.93º 0.88% 0.46% -
XYZ 11.78 12.55 2.22 -
YUV 94.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 117 98 14 0 0.16 0.88 0.54 48.93 0.79 0.26
Hex 75 62 E 0 10 58 36 31 4F 1A
Octal 165 142 16 0 20 130 66 61 117 32
Binary 1110101 1100010 1110 0 10000 1011000 110110 110001 1001111 11010

Color Harmonies of #75620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75620E

Black with #75620E

Text Example


Text Example

White with #75620E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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