Html Css Color HEX #75641C Yukon Gold

📋 copy color: '#75641C'

red 117 ◦ green 100 ◦ blue 28

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

Shades of Yukon Gold #75641C

Tints of Yukon Gold #75641C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.43%

R = 47.76%
G = 40.82%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#75641C (or 0x75641C) is known color: Yukon Gold. HEX triplet: 75, 64 and 1C. RGB value is (117,100,28). Sum of RGB (Red+Green+Blue) = 117+100+28=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75641C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75641C is #8A9BE3. Grayscale: #616161. Windows color (decimal): -9083876 or 1860725. OLE color: 1860725.

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

Color convert

RGB 117 100 28 -
CMYK 0 0.15 0.76 0.54
HSL 48.54º 0.61% 0.28% -
HSV(B) 48.54º 0.76% 0.46% -
XYZ 12.1 12.98 2.97 -
YUV 96.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 117 100 28 0 0.15 0.76 0.54 48.54 0.61 0.28
Hex 75 64 1C 0 F 4C 36 31 3D 1C
Octal 165 144 34 0 17 114 66 61 75 34
Binary 1110101 1100100 11100 0 1111 1001100 110110 110001 111101 11100

Color Harmonies of #75641C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75641C

Black with #75641C

Text Example


Text Example

White with #75641C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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