Html Css Color HEX #75641A Yukon Gold

📋 copy color: '#75641A'

red 117 ◦ green 100 ◦ blue 26

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

Shades of Yukon Gold #75641A

Tints of Yukon Gold #75641A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.7%

R = 48.15%
G = 41.15%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#75641A (or 0x75641A) is known color: Yukon Gold. HEX triplet: 75, 64 and 1A. RGB value is (117,100,26). Sum of RGB (Red+Green+Blue) = 117+100+26=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75641A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75641A is #8A9BE5. Grayscale: #606060. Windows color (decimal): -9083878 or 1729653. OLE color: 1729653.

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

Color convert

RGB 117 100 26 -
CMYK 0 0.15 0.78 0.54
HSL 48.79º 0.64% 0.28% -
HSV(B) 48.79º 0.78% 0.46% -
XYZ 12.08 12.97 2.84 -
YUV 96.65 88.13 142.52 -
System Red Green Blue C M Y K H S L
Decimal 117 100 26 0 0.15 0.78 0.54 48.79 0.64 0.28
Hex 75 64 1A 0 F 4E 36 31 40 1C
Octal 165 144 32 0 17 116 66 61 100 34
Binary 1110101 1100100 11010 0 1111 1001110 110110 110001 1000000 11100

Color Harmonies of #75641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75641A

Black with #75641A

Text Example


Text Example

White with #75641A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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