Html Css Color HEX #76671F Yukon Gold

📋 copy color: '#76671F'

red 118 ◦ green 103 ◦ blue 31

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

Shades of Yukon Gold #76671F

Tints of Yukon Gold #76671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.87%

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

R = 46.83%
G = 40.87%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#76671F (or 0x76671F) is known color: Yukon Gold. HEX triplet: 76, 67 and 1F. RGB value is (118,103,31). Sum of RGB (Red+Green+Blue) = 118+103+31=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #76671F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76671F is #8998E0. Grayscale: #636363. Windows color (decimal): -9017569 or 2058102. OLE color: 2058102.

HSL color Cylindrical-coordinate representation of color #76671F: hue angle of 49.66º 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 #76671F is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 31 -
CMYK 0 0.13 0.74 0.54
HSL 49.66º 0.58% 0.29% -
HSV(B) 49.66º 0.74% 0.46% -
XYZ 12.57 13.65 3.27 -
YUV 99.28 89.47 141.35 -
System Red Green Blue C M Y K H S L
Decimal 118 103 31 0 0.13 0.74 0.54 49.66 0.58 0.29
Hex 76 67 1F 0 D 4A 36 32 3A 1D
Octal 166 147 37 0 15 112 66 62 72 35
Binary 1110110 1100111 11111 0 1101 1001010 110110 110010 111010 11101

Color Harmonies of #76671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76671F

Black with #76671F

Text Example


Text Example

White with #76671F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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