Html Css Color HEX #75690C Yukon Gold

📋 copy color: '#75690C'

red 117 ◦ green 105 ◦ blue 12

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

Shades of Yukon Gold #75690C

Tints of Yukon Gold #75690C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 50%
G = 44.87%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75690C (or 0x75690C) is known color: Yukon Gold. HEX triplet: 75, 69 and 0C. RGB value is (117,105,12). Sum of RGB (Red+Green+Blue) = 117+105+12=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75690C is #8A96F3. Grayscale: #626262. Windows color (decimal): -9082612 or 813429. OLE color: 813429.

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

Color convert

RGB 117 105 12 -
CMYK 0 0.10 0.90 0.54
HSL 53.14º 0.81% 0.25% -
HSV(B) 53.14º 0.9% 0.46% -
XYZ 12.45 13.91 2.38 -
YUV 97.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 117 105 12 0 0.10 0.90 0.54 53.14 0.81 0.25
Hex 75 69 C 0 A 5A 36 35 51 19
Octal 165 151 14 0 12 132 66 65 121 31
Binary 1110101 1101001 1100 0 1010 1011010 110110 110101 1010001 11001

Color Harmonies of #75690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75690C

Black with #75690C

Text Example


Text Example

White with #75690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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