Html Css Color HEX #766622 Yukon Gold

📋 copy color: '#766622'

red 118 ◦ green 102 ◦ blue 34

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

Shades of Yukon Gold #766622

Tints of Yukon Gold #766622

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.16%

 BLUE value IS 34 (13.67% from 255) = 13.39%

R = 46.46%
G = 40.16%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#766622 (or 0x766622) is known color: Yukon Gold. HEX triplet: 76, 66 and 22. RGB value is (118,102,34). Sum of RGB (Red+Green+Blue) = 118+102+34=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #766622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766622 is #8999DD. Grayscale: #636363. Windows color (decimal): -9017822 or 2254454. OLE color: 2254454.

HSL color Cylindrical-coordinate representation of color #766622: hue angle of 48.57º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #766622 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 102 34 -
CMYK 0 0.14 0.71 0.54
HSL 48.57º 0.55% 0.3% -
HSV(B) 48.57º 0.71% 0.46% -
XYZ 12.51 13.47 3.45 -
YUV 99.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 118 102 34 0 0.14 0.71 0.54 48.57 0.55 0.3
Hex 76 66 22 0 E 47 36 31 37 1E
Octal 166 146 42 0 16 107 66 61 67 36
Binary 1110110 1100110 100010 0 1110 1000111 110110 110001 110111 11110

Color Harmonies of #766622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766622

Black with #766622

Text Example


Text Example

White with #766622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766622; }

 p { color: rgb(118,102,34); }

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

background-color css

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

 a { background-color: rgb(118,102,34); }

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

border-color css

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

 span { border-color: rgb(118,102,34); }

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