Html Css Color HEX #756A0B Yukon Gold

📋 copy color: '#756A0B'

red 117 ◦ green 106 ◦ blue 11

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

Shades of Yukon Gold #756A0B

Tints of Yukon Gold #756A0B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.3%

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

R = 50%
G = 45.3%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#756A0B (or 0x756A0B) is known color: Yukon Gold. HEX triplet: 75, 6A and 0B. RGB value is (117,106,11). Sum of RGB (Red+Green+Blue) = 117+106+11=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #756A0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756A0B is #8A95F4. Grayscale: #626262. Windows color (decimal): -9082357 or 748149. OLE color: 748149.

HSL color Cylindrical-coordinate representation of color #756A0B: hue angle of 53.77º 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 #756A0B is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 106 11 -
CMYK 0 0.09 0.91 0.54
HSL 53.77º 0.83% 0.25% -
HSV(B) 53.77º 0.91% 0.46% -
XYZ 12.55 14.11 2.38 -
YUV 98.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 117 106 11 0 0.09 0.91 0.54 53.77 0.83 0.25
Hex 75 6A B 0 9 5B 36 36 53 19
Octal 165 152 13 0 11 133 66 66 123 31
Binary 1110101 1101010 1011 0 1001 1011011 110110 110110 1010011 11001

Color Harmonies of #756A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A0B

Black with #756A0B

Text Example


Text Example

White with #756A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756A0B; }

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

 H1.HeaderClassName
 {
   color: #756A0B;
 }
 .AnyTagClassName
 {
   color: #756A0B;
 }
</style>

background-color css

<style>
 a { background-color: #756A0B; }

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

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

border-color css

<style>
 span { border-color: #756A0B; }

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

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