Html Css Color HEX #76651F Yukon Gold

📋 copy color: '#76651F'

red 118 ◦ green 101 ◦ blue 31

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

Shades of Yukon Gold #76651F

Tints of Yukon Gold #76651F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 47.2%
G = 40.4%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76651F (or 0x76651F) is known color: Yukon Gold. HEX triplet: 76, 65 and 1F. RGB value is (118,101,31). Sum of RGB (Red+Green+Blue) = 118+101+31=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76651F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76651F is #899AE0. Grayscale: #626262. Windows color (decimal): -9018081 or 2057590. OLE color: 2057590.

HSL color Cylindrical-coordinate representation of color #76651F: hue angle of 48.28º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76651F is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 101 31 -
CMYK 0 0.14 0.74 0.54
HSL 48.28º 0.58% 0.29% -
HSV(B) 48.28º 0.74% 0.46% -
XYZ 12.37 13.26 3.2 -
YUV 98.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 118 101 31 0 0.14 0.74 0.54 48.28 0.58 0.29
Hex 76 65 1F 0 E 4A 36 30 3A 1D
Octal 166 145 37 0 16 112 66 60 72 35
Binary 1110110 1100101 11111 0 1110 1001010 110110 110000 111010 11101

Color Harmonies of #76651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76651F

Black with #76651F

Text Example


Text Example

White with #76651F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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