Html Css Color HEX #836008 Yukon Gold

📋 copy color: '#836008'

red 131 ◦ green 96 ◦ blue 8

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

Shades of Yukon Gold #836008

Tints of Yukon Gold #836008

RGB

 RED value IS 131 (51.56% from 255) = 55.74%

 GREEN value IS 96 (37.89% from 255) = 40.85%

 BLUE value IS 8 (3.52% from 255) = 3.4%

R = 55.74%
G = 40.85%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#836008 (or 0x836008) is known color: Yukon Gold. HEX triplet: 83, 60 and 08. RGB value is (131,96,8). Sum of RGB (Red+Green+Blue) = 131+96+8=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #836008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836008 is #7C9FF7. Grayscale: #606060. Windows color (decimal): -8167416 or 548995. OLE color: 548995.

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

Color convert

RGB 131 96 8 -
CMYK 0 0.27 0.94 0.49
HSL 42.93º 0.88% 0.27% -
HSV(B) 42.93º 0.94% 0.51% -
XYZ 13.59 13.21 2.06 -
YUV 96.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 131 96 8 0 0.27 0.94 0.49 42.93 0.88 0.27
Hex 83 60 8 0 1B 5E 31 2B 58 1B
Octal 203 140 10 0 33 136 61 53 130 33
Binary 10000011 1100000 1000 0 11011 1011110 110001 101011 1011000 11011

Color Harmonies of #836008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836008

Black with #836008

Text Example


Text Example

White with #836008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836008; }

 p { color: rgb(131,96,8); }

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

background-color css

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

 a { background-color: rgb(131,96,8); }

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

border-color css

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

 span { border-color: rgb(131,96,8); }

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