Html Css Color HEX #826807 Yukon Gold

📋 copy color: '#826807'

red 130 ◦ green 104 ◦ blue 7

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

Shades of Yukon Gold #826807

Tints of Yukon Gold #826807

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.15%

 BLUE value IS 7 (3.13% from 255) = 2.9%

R = 53.94%
G = 43.15%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#826807 (or 0x826807) is known color: Yukon Gold. HEX triplet: 82, 68 and 07. RGB value is (130,104,7). Sum of RGB (Red+Green+Blue) = 130+104+7=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #826807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826807 is #7D97F8. Grayscale: #656565. Windows color (decimal): -8230905 or 485506. OLE color: 485506.

HSL color Cylindrical-coordinate representation of color #826807: hue angle of 47.32º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #826807 is Cyan = 0, Magento = 0.2, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 104 7 -
CMYK 0 0.2 0.95 0.49
HSL 47.32º 0.9% 0.27% -
HSV(B) 47.32º 0.95% 0.51% -
XYZ 14.19 14.66 2.28 -
YUV 100.72 75.11 148.89 -
System Red Green Blue C M Y K H S L
Decimal 130 104 7 0 0.2 0.95 0.49 47.32 0.9 0.27
Hex 82 68 7 0 14 5F 31 2F 5A 1B
Octal 202 150 7 0 24 137 61 57 132 33
Binary 10000010 1101000 111 0 10100 1011111 110001 101111 1011010 11011

Color Harmonies of #826807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826807

Black with #826807

Text Example


Text Example

White with #826807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826807; }

 p { color: rgb(130,104,7); }

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

background-color css

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

 a { background-color: rgb(130,104,7); }

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

border-color css

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

 span { border-color: rgb(130,104,7); }

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