Html Css Color HEX #76630F Yukon Gold

📋 copy color: '#76630F'

red 118 ◦ green 99 ◦ blue 15

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

Shades of Yukon Gold #76630F

Tints of Yukon Gold #76630F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.67%

 BLUE value IS 15 (6.25% from 255) = 6.47%

R = 50.86%
G = 42.67%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#76630F (or 0x76630F) is known color: Yukon Gold. HEX triplet: 76, 63 and 0F. RGB value is (118,99,15). Sum of RGB (Red+Green+Blue) = 118+99+15=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76630F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76630F is #899CF0. Grayscale: #5F5F5F. Windows color (decimal): -9018609 or 1008502. OLE color: 1008502.

HSL color Cylindrical-coordinate representation of color #76630F: hue angle of 48.93º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76630F is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 15 -
CMYK 0 0.16 0.87 0.54
HSL 48.93º 0.77% 0.26% -
HSV(B) 48.93º 0.87% 0.46% -
XYZ 12.02 12.81 2.29 -
YUV 95.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 118 99 15 0 0.16 0.87 0.54 48.93 0.77 0.26
Hex 76 63 F 0 10 57 36 31 4D 1A
Octal 166 143 17 0 20 127 66 61 115 32
Binary 1110110 1100011 1111 0 10000 1010111 110110 110001 1001101 11010

Color Harmonies of #76630F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76630F

Black with #76630F

Text Example


Text Example

White with #76630F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76630F; }

 p { color: rgb(118,99,15); }

 H1.HeaderClassName
 {
   color: #76630F;
 }
 .AnyTagClassName
 {
   color: #76630F;
 }
</style>

background-color css

<style>
 a { background-color: #76630F; }

 a { background-color: rgb(118,99,15); }

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

border-color css

<style>
 span { border-color: #76630F; }

 span { border-color: rgb(118,99,15); }

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