Html Css Color HEX #826626 Yukon Gold

📋 copy color: '#826626'

red 130 ◦ green 102 ◦ blue 38

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

Shades of Yukon Gold #826626

Tints of Yukon Gold #826626

RGB

 RED value IS 130 (51.17% from 255) = 48.15%

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

 BLUE value IS 38 (15.23% from 255) = 14.07%

R = 48.15%
G = 37.78%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#826626 (or 0x826626) is known color: Yukon Gold. HEX triplet: 82, 66 and 26. RGB value is (130,102,38). Sum of RGB (Red+Green+Blue) = 130+102+38=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #826626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826626 is #7D99D9. Grayscale: #676767. Windows color (decimal): -8231386 or 2516610. OLE color: 2516610.

HSL color Cylindrical-coordinate representation of color #826626: hue angle of 41.74º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #826626 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 38 -
CMYK 0 0.22 0.71 0.49
HSL 41.74º 0.55% 0.33% -
HSV(B) 41.74º 0.71% 0.51% -
XYZ 14.31 14.39 3.86 -
YUV 103.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 130 102 38 0 0.22 0.71 0.49 41.74 0.55 0.33
Hex 82 66 26 0 16 47 31 2A 37 21
Octal 202 146 46 0 26 107 61 52 67 41
Binary 10000010 1100110 100110 0 10110 1000111 110001 101010 110111 100001

Color Harmonies of #826626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826626

Black with #826626

Text Example


Text Example

White with #826626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826626; }

 p { color: rgb(130,102,38); }

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

background-color css

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

 a { background-color: rgb(130,102,38); }

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

border-color css

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

 span { border-color: rgb(130,102,38); }

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