Html Css Color HEX #75680B Yukon Gold

📋 copy color: '#75680B'

red 117 ◦ green 104 ◦ blue 11

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

Shades of Yukon Gold #75680B

Tints of Yukon Gold #75680B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.83%

 BLUE value IS 11 (4.69% from 255) = 4.74%

R = 50.43%
G = 44.83%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#75680B (or 0x75680B) is known color: Yukon Gold. HEX triplet: 75, 68 and 0B. RGB value is (117,104,11). Sum of RGB (Red+Green+Blue) = 117+104+11=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75680B is #8A97F4. Grayscale: #616161. Windows color (decimal): -9082869 or 747637. OLE color: 747637.

HSL color Cylindrical-coordinate representation of color #75680B: hue angle of 52.64º degrees, saturation: 0.83, 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 #75680B is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 11 -
CMYK 0 0.11 0.91 0.54
HSL 52.64º 0.83% 0.25% -
HSV(B) 52.64º 0.91% 0.46% -
XYZ 12.35 13.71 2.31 -
YUV 97.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 117 104 11 0 0.11 0.91 0.54 52.64 0.83 0.25
Hex 75 68 B 0 B 5B 36 35 53 19
Octal 165 150 13 0 13 133 66 65 123 31
Binary 1110101 1101000 1011 0 1011 1011011 110110 110101 1010011 11001

Color Harmonies of #75680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75680B

Black with #75680B

Text Example


Text Example

White with #75680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75680B; }

 p { color: rgb(117,104,11); }

 H1.HeaderClassName
 {
   color: #75680B;
 }
 .AnyTagClassName
 {
   color: #75680B;
 }
</style>

background-color css

<style>
 a { background-color: #75680B; }

 a { background-color: rgb(117,104,11); }

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

border-color css

<style>
 span { border-color: #75680B; }

 span { border-color: rgb(117,104,11); }

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