Html Css Color HEX #76650B Yukon Gold

📋 copy color: '#76650B'

red 118 ◦ green 101 ◦ blue 11

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

Shades of Yukon Gold #76650B

Tints of Yukon Gold #76650B

RGB

 RED value IS 118 (46.48% from 255) = 51.3%

 GREEN value IS 101 (39.84% from 255) = 43.91%

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

R = 51.3%
G = 43.91%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76650B (or 0x76650B) is known color: Yukon Gold. HEX triplet: 76, 65 and 0B. RGB value is (118,101,11). Sum of RGB (Red+Green+Blue) = 118+101+11=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76650B is #899AF4. Grayscale: #606060. Windows color (decimal): -9018101 or 746870. OLE color: 746870.

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

Color convert

RGB 118 101 11 -
CMYK 0 0.14 0.91 0.54
HSL 50.47º 0.83% 0.25% -
HSV(B) 50.47º 0.91% 0.46% -
XYZ 12.19 13.18 2.22 -
YUV 95.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 118 101 11 0 0.14 0.91 0.54 50.47 0.83 0.25
Hex 76 65 B 0 E 5B 36 32 53 19
Octal 166 145 13 0 16 133 66 62 123 31
Binary 1110110 1100101 1011 0 1110 1011011 110110 110010 1010011 11001

Color Harmonies of #76650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76650B

Black with #76650B

Text Example


Text Example

White with #76650B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,101,11); }

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

background-color css

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

 a { background-color: rgb(118,101,11); }

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

border-color css

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

 span { border-color: rgb(118,101,11); }

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