Html Css Color HEX #896C0C Yukon Gold

📋 copy color: '#896C0C'

red 137 ◦ green 108 ◦ blue 12

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

Shades of Yukon Gold #896C0C

Tints of Yukon Gold #896C0C

RGB

 RED value IS 137 (53.91% from 255) = 53.31%

 GREEN value IS 108 (42.58% from 255) = 42.02%

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 53.31%
G = 42.02%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#896C0C (or 0x896C0C) is known color: Yukon Gold. HEX triplet: 89, 6C and 0C. RGB value is (137,108,12). Sum of RGB (Red+Green+Blue) = 137+108+12=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #896C0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896C0C is #7693F3. Grayscale: #6A6A6A. Windows color (decimal): -7771124 or 814217. OLE color: 814217.

HSL color Cylindrical-coordinate representation of color #896C0C: hue angle of 46.08º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #896C0C is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 108 12 -
CMYK 0 0.21 0.91 0.46
HSL 46.08º 0.84% 0.29% -
HSV(B) 46.08º 0.91% 0.54% -
XYZ 15.75 16.07 2.62 -
YUV 105.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 137 108 12 0 0.21 0.91 0.46 46.08 0.84 0.29
Hex 89 6C C 0 15 5B 2E 2E 54 1D
Octal 211 154 14 0 25 133 56 56 124 35
Binary 10001001 1101100 1100 0 10101 1011011 101110 101110 1010100 11101

Color Harmonies of #896C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C0C

Black with #896C0C

Text Example


Text Example

White with #896C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896C0C; }

 p { color: rgb(137,108,12); }

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

background-color css

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

 a { background-color: rgb(137,108,12); }

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

border-color css

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

 span { border-color: rgb(137,108,12); }

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