Html Css Color HEX #89660C Golden Brown

📋 copy color: '#89660C'

red 137 ◦ green 102 ◦ blue 12

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

Shades of Golden Brown #89660C

Tints of Golden Brown #89660C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.64%

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

R = 54.58%
G = 40.64%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#89660C (or 0x89660C) is known color: Golden Brown. HEX triplet: 89, 66 and 0C. RGB value is (137,102,12). Sum of RGB (Red+Green+Blue) = 137+102+12=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #89660C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89660C is #7699F3. Grayscale: #666666. Windows color (decimal): -7772660 or 812681. OLE color: 812681.

HSL color Cylindrical-coordinate representation of color #89660C: hue angle of 43.2º 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 #89660C is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 102 12 -
CMYK 0 0.26 0.91 0.46
HSL 43.2º 0.84% 0.29% -
HSV(B) 43.2º 0.91% 0.54% -
XYZ 15.13 14.85 2.42 -
YUV 102.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 137 102 12 0 0.26 0.91 0.46 43.2 0.84 0.29
Hex 89 66 C 0 1A 5B 2E 2B 54 1D
Octal 211 146 14 0 32 133 56 53 124 35
Binary 10001001 1100110 1100 0 11010 1011011 101110 101011 1010100 11101

Color Harmonies of #89660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89660C

Black with #89660C

Text Example


Text Example

White with #89660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89660C; }

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

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

background-color css

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

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

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

border-color css

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

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

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