Html Css Color HEX #75650D Yukon Gold

📋 copy color: '#75650D'

red 117 ◦ green 101 ◦ blue 13

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

Shades of Yukon Gold #75650D

Tints of Yukon Gold #75650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.72%

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 50.65%
G = 43.72%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75650D (or 0x75650D) is known color: Yukon Gold. HEX triplet: 75, 65 and 0D. RGB value is (117,101,13). Sum of RGB (Red+Green+Blue) = 117+101+13=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75650D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75650D is #8A9AF2. Grayscale: #606060. Windows color (decimal): -9083635 or 877941. OLE color: 877941.

HSL color Cylindrical-coordinate representation of color #75650D: hue angle of 50.77º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75650D is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 13 -
CMYK 0 0.14 0.89 0.54
HSL 50.77º 0.8% 0.25% -
HSV(B) 50.77º 0.89% 0.46% -
XYZ 12.06 13.12 2.28 -
YUV 95.75 81.3 143.16 -
System Red Green Blue C M Y K H S L
Decimal 117 101 13 0 0.14 0.89 0.54 50.77 0.8 0.25
Hex 75 65 D 0 E 59 36 33 50 19
Octal 165 145 15 0 16 131 66 63 120 31
Binary 1110101 1100101 1101 0 1110 1011001 110110 110011 1010000 11001

Color Harmonies of #75650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75650D

Black with #75650D

Text Example


Text Example

White with #75650D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,101,13); }

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

background-color css

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

 a { background-color: rgb(117,101,13); }

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

border-color css

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

 span { border-color: rgb(117,101,13); }

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