Html Css Color HEX #75640F Yukon Gold

📋 copy color: '#75640F'

red 117 ◦ green 100 ◦ blue 15

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

Shades of Yukon Gold #75640F

Tints of Yukon Gold #75640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.47%

R = 50.43%
G = 43.1%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#75640F (or 0x75640F) is known color: Yukon Gold. HEX triplet: 75, 64 and 0F. RGB value is (117,100,15). Sum of RGB (Red+Green+Blue) = 117+100+15=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 100 (39.45% from 255 or 43.10% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75640F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75640F is #8A9BF0. Grayscale: #5F5F5F. Windows color (decimal): -9083889 or 1008757. OLE color: 1008757.

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

Color convert

RGB 117 100 15 -
CMYK 0 0.15 0.87 0.54
HSL 50º 0.77% 0.26% -
HSV(B) 50º 0.87% 0.46% -
XYZ 11.98 12.93 2.32 -
YUV 95.39 82.63 143.41 -
System Red Green Blue C M Y K H S L
Decimal 117 100 15 0 0.15 0.87 0.54 50 0.77 0.26
Hex 75 64 F 0 F 57 36 32 4D 1A
Octal 165 144 17 0 17 127 66 62 115 32
Binary 1110101 1100100 1111 0 1111 1010111 110110 110010 1001101 11010

Color Harmonies of #75640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75640F

Black with #75640F

Text Example


Text Example

White with #75640F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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