Html Css Color HEX #76670D Yukon Gold

📋 copy color: '#76670D'

red 118 ◦ green 103 ◦ blue 13

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

Shades of Yukon Gold #76670D

Tints of Yukon Gold #76670D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.56%

R = 50.43%
G = 44.02%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#76670D (or 0x76670D) is known color: Yukon Gold. HEX triplet: 76, 67 and 0D. RGB value is (118,103,13). Sum of RGB (Red+Green+Blue) = 118+103+13=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76670D is #8998F2. Grayscale: #616161. Windows color (decimal): -9017587 or 878454. OLE color: 878454.

HSL color Cylindrical-coordinate representation of color #76670D: hue angle of 51.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76670D is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 13 -
CMYK 0 0.13 0.89 0.54
HSL 51.43º 0.8% 0.26% -
HSV(B) 51.43º 0.89% 0.46% -
XYZ 12.39 13.58 2.35 -
YUV 97.23 80.47 142.82 -
System Red Green Blue C M Y K H S L
Decimal 118 103 13 0 0.13 0.89 0.54 51.43 0.8 0.26
Hex 76 67 D 0 D 59 36 33 50 1A
Octal 166 147 15 0 15 131 66 63 120 32
Binary 1110110 1100111 1101 0 1101 1011001 110110 110011 1010000 11010

Color Harmonies of #76670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76670D

Black with #76670D

Text Example


Text Example

White with #76670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76670D; }

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

 H1.HeaderClassName
 {
   color: #76670D;
 }
 .AnyTagClassName
 {
   color: #76670D;
 }
</style>

background-color css

<style>
 a { background-color: #76670D; }

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

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

border-color css

<style>
 span { border-color: #76670D; }

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

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