Html Css Color HEX #75641F Yukon Gold

📋 copy color: '#75641F'

red 117 ◦ green 100 ◦ blue 31

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

Shades of Yukon Gold #75641F

Tints of Yukon Gold #75641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.32%

 BLUE value IS 31 (12.5% from 255) = 12.5%

R = 47.18%
G = 40.32%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#75641F (or 0x75641F) is known color: Yukon Gold. HEX triplet: 75, 64 and 1F. RGB value is (117,100,31). Sum of RGB (Red+Green+Blue) = 117+100+31=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75641F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75641F is #8A9BE0. Grayscale: #616161. Windows color (decimal): -9083873 or 2057333. OLE color: 2057333.

HSL color Cylindrical-coordinate representation of color #75641F: hue angle of 48.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75641F is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 100 31 -
CMYK 0 0.15 0.74 0.54
HSL 48.14º 0.58% 0.29% -
HSV(B) 48.14º 0.74% 0.46% -
XYZ 12.14 13 3.16 -
YUV 97.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 117 100 31 0 0.15 0.74 0.54 48.14 0.58 0.29
Hex 75 64 1F 0 F 4A 36 30 3A 1D
Octal 165 144 37 0 17 112 66 60 72 35
Binary 1110101 1100100 11111 0 1111 1001010 110110 110000 111010 11101

Color Harmonies of #75641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75641F

Black with #75641F

Text Example


Text Example

White with #75641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75641F; }

 p { color: rgb(117,100,31); }

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

background-color css

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

 a { background-color: rgb(117,100,31); }

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

border-color css

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

 span { border-color: rgb(117,100,31); }

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