Html Css Color HEX #966800 Golden Brown

📋 copy color: '#966800'

red 150 ◦ green 104 ◦ blue 0

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

Shades of Golden Brown #966800

Tints of Golden Brown #966800

RGB

 RED value IS 150 (58.98% from 255) = 59.06%

 GREEN value IS 104 (41.02% from 255) = 40.94%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.06%
G = 40.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#966800 (or 0x966800) is known color: Golden Brown. HEX triplet: 96, 68 and 00. RGB value is (150,104,0). Sum of RGB (Red+Green+Blue) = 150+104+0=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #966800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966800 is #6997FF. Grayscale: #6A6A6A. Windows color (decimal): -6920192 or 26774. OLE color: 26774.

HSL color Cylindrical-coordinate representation of color #966800: hue angle of 41.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #966800 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 0 -
CMYK 0 0.31 1 0.41
HSL 41.6º 1% 0.29% -
HSV(B) 41.6º 1% 0.59% -
XYZ 17.53 16.38 2.24 -
YUV 105.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 150 104 0 0 0.31 1 0.41 41.6 1 0.29
Hex 96 68 0 0 1F 64 29 2A 64 1D
Octal 226 150 0 0 37 144 51 52 144 35
Binary 10010110 1101000 0 0 11111 1100100 101001 101010 1100100 11101

Color Harmonies of #966800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966800

Black with #966800

Text Example


Text Example

White with #966800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966800; }

 p { color: rgb(150,104,0); }

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

background-color css

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

 a { background-color: rgb(150,104,0); }

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

border-color css

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

 span { border-color: rgb(150,104,0); }

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