Html Css Color HEX #86630D Yukon Gold

📋 copy color: '#86630D'

red 134 ◦ green 99 ◦ blue 13

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

Shades of Yukon Gold #86630D

Tints of Yukon Gold #86630D

RGB

 RED value IS 134 (52.73% from 255) = 54.47%

 GREEN value IS 99 (39.06% from 255) = 40.24%

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

R = 54.47%
G = 40.24%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#86630D (or 0x86630D) is known color: Yukon Gold. HEX triplet: 86, 63 and 0D. RGB value is (134,99,13). Sum of RGB (Red+Green+Blue) = 134+99+13=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86630D is #799CF2. Grayscale: #646464. Windows color (decimal): -7970035 or 877446. OLE color: 877446.

HSL color Cylindrical-coordinate representation of color #86630D: hue angle of 42.64º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86630D is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 99 13 -
CMYK 0 0.26 0.90 0.47
HSL 42.64º 0.82% 0.29% -
HSV(B) 42.64º 0.9% 0.53% -
XYZ 14.37 14.02 2.33 -
YUV 99.66 79.1 152.49 -
System Red Green Blue C M Y K H S L
Decimal 134 99 13 0 0.26 0.90 0.47 42.64 0.82 0.29
Hex 86 63 D 0 1A 5A 2F 2B 52 1D
Octal 206 143 15 0 32 132 57 53 122 35
Binary 10000110 1100011 1101 0 11010 1011010 101111 101011 1010010 11101

Color Harmonies of #86630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86630D

Black with #86630D

Text Example


Text Example

White with #86630D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,99,13); }

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

background-color css

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

 a { background-color: rgb(134,99,13); }

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

border-color css

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

 span { border-color: rgb(134,99,13); }

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