Html Css Color HEX #886B0D Yukon Gold

📋 copy color: '#886B0D'

red 136 ◦ green 107 ◦ blue 13

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

Shades of Yukon Gold #886B0D

Tints of Yukon Gold #886B0D

RGB

 RED value IS 136 (53.52% from 255) = 53.13%

 GREEN value IS 107 (42.19% from 255) = 41.8%

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

R = 53.13%
G = 41.8%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#886B0D (or 0x886B0D) is known color: Yukon Gold. HEX triplet: 88, 6B and 0D. RGB value is (136,107,13). Sum of RGB (Red+Green+Blue) = 136+107+13=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #886B0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886B0D is #7794F2. Grayscale: #696969. Windows color (decimal): -7836915 or 879496. OLE color: 879496.

HSL color Cylindrical-coordinate representation of color #886B0D: hue angle of 45.85º degrees, saturation: 0.83, 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 #886B0D is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 107 13 -
CMYK 0 0.21 0.90 0.47
HSL 45.85º 0.83% 0.29% -
HSV(B) 45.85º 0.9% 0.53% -
XYZ 15.48 15.78 2.61 -
YUV 104.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 136 107 13 0 0.21 0.90 0.47 45.85 0.83 0.29
Hex 88 6B D 0 15 5A 2F 2E 53 1D
Octal 210 153 15 0 25 132 57 56 123 35
Binary 10001000 1101011 1101 0 10101 1011010 101111 101110 1010011 11101

Color Harmonies of #886B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886B0D

Black with #886B0D

Text Example


Text Example

White with #886B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886B0D; }

 p { color: rgb(136,107,13); }

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

background-color css

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

 a { background-color: rgb(136,107,13); }

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

border-color css

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

 span { border-color: rgb(136,107,13); }

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