Html Css Color HEX #75690A Yukon Gold

📋 copy color: '#75690A'

red 117 ◦ green 105 ◦ blue 10

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

Shades of Yukon Gold #75690A

Tints of Yukon Gold #75690A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.26%

 BLUE value IS 10 (4.3% from 255) = 4.31%

R = 50.43%
G = 45.26%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75690A (or 0x75690A) is known color: Yukon Gold. HEX triplet: 75, 69 and 0A. RGB value is (117,105,10). Sum of RGB (Red+Green+Blue) = 117+105+10=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75690A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75690A is #8A96F5. Grayscale: #626262. Windows color (decimal): -9082614 or 682357. OLE color: 682357.

HSL color Cylindrical-coordinate representation of color #75690A: hue angle of 53.27º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75690A is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 10 -
CMYK 0 0.10 0.91 0.54
HSL 53.27º 0.84% 0.25% -
HSV(B) 53.27º 0.91% 0.46% -
XYZ 12.44 13.91 2.32 -
YUV 97.76 78.48 141.72 -
System Red Green Blue C M Y K H S L
Decimal 117 105 10 0 0.10 0.91 0.54 53.27 0.84 0.25
Hex 75 69 A 0 A 5B 36 35 54 19
Octal 165 151 12 0 12 133 66 65 124 31
Binary 1110101 1101001 1010 0 1010 1011011 110110 110101 1010100 11001

Color Harmonies of #75690A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75690A

Black with #75690A

Text Example


Text Example

White with #75690A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,105,10); }

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

background-color css

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

 a { background-color: rgb(117,105,10); }

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

border-color css

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

 span { border-color: rgb(117,105,10); }

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