Html Css Color HEX #75681B Yukon Gold

📋 copy color: '#75681B'

red 117 ◦ green 104 ◦ blue 27

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

Shades of Yukon Gold #75681B

Tints of Yukon Gold #75681B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 47.18%
G = 41.94%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#75681B (or 0x75681B) is known color: Yukon Gold. HEX triplet: 75, 68 and 1B. RGB value is (117,104,27). Sum of RGB (Red+Green+Blue) = 117+104+27=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75681B is #8A97E4. Grayscale: #636363. Windows color (decimal): -9082853 or 1796213. OLE color: 1796213.

HSL color Cylindrical-coordinate representation of color #75681B: hue angle of 51.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75681B is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 104 27 -
CMYK 0 0.11 0.77 0.54
HSL 51.33º 0.63% 0.28% -
HSV(B) 51.33º 0.77% 0.46% -
XYZ 12.48 13.76 3.04 -
YUV 99.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 117 104 27 0 0.11 0.77 0.54 51.33 0.63 0.28
Hex 75 68 1B 0 B 4D 36 33 3E 1C
Octal 165 150 33 0 13 115 66 63 76 34
Binary 1110101 1101000 11011 0 1011 1001101 110110 110011 111110 11100

Color Harmonies of #75681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75681B

Black with #75681B

Text Example


Text Example

White with #75681B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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