Html Css Color HEX #967000 Golden Brown

📋 copy color: '#967000'

red 150 ◦ green 112 ◦ blue 0

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

Shades of Golden Brown #967000

Tints of Golden Brown #967000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.75%

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

R = 57.25%
G = 42.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#967000 (or 0x967000) is known color: Golden Brown. HEX triplet: 96, 70 and 00. RGB value is (150,112,0). Sum of RGB (Red+Green+Blue) = 150+112+0=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #967000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967000 is #698FFF. Grayscale: #6F6F6F. Windows color (decimal): -6918144 or 28822. OLE color: 28822.

HSL color Cylindrical-coordinate representation of color #967000: hue angle of 44.8º 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 #967000 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 0 -
CMYK 0 0.25 1 0.41
HSL 44.8º 1% 0.29% -
HSV(B) 44.8º 1% 0.59% -
XYZ 18.37 18.07 2.52 -
YUV 110.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 150 112 0 0 0.25 1 0.41 44.8 1 0.29
Hex 96 70 0 0 19 64 29 2D 64 1D
Octal 226 160 0 0 31 144 51 55 144 35
Binary 10010110 1110000 0 0 11001 1100100 101001 101101 1100100 11101

Color Harmonies of #967000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967000

Black with #967000

Text Example


Text Example

White with #967000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967000; }

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

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

background-color css

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

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

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

border-color css

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

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

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