Html Css Color HEX #75621D Yukon Gold

📋 copy color: '#75621D'

red 117 ◦ green 98 ◦ blue 29

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

Shades of Yukon Gold #75621D

Tints of Yukon Gold #75621D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.89%

R = 47.95%
G = 40.16%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#75621D (or 0x75621D) is known color: Yukon Gold. HEX triplet: 75, 62 and 1D. RGB value is (117,98,29). Sum of RGB (Red+Green+Blue) = 117+98+29=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75621D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75621D is #8A9DE2. Grayscale: #606060. Windows color (decimal): -9084387 or 1925749. OLE color: 1925749.

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

Color convert

RGB 117 98 29 -
CMYK 0 0.16 0.75 0.54
HSL 47.05º 0.6% 0.29% -
HSV(B) 47.05º 0.75% 0.46% -
XYZ 11.93 12.61 2.97 -
YUV 95.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 117 98 29 0 0.16 0.75 0.54 47.05 0.6 0.29
Hex 75 62 1D 0 10 4B 36 2F 3C 1D
Octal 165 142 35 0 20 113 66 57 74 35
Binary 1110101 1100010 11101 0 10000 1001011 110110 101111 111100 11101

Color Harmonies of #75621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75621D

Black with #75621D

Text Example


Text Example

White with #75621D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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