Html Css Color HEX #965400 Golden Brown

📋 copy color: '#965400'

red 150 ◦ green 84 ◦ blue 0

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

Shades of Golden Brown #965400

Tints of Golden Brown #965400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.9%

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

R = 64.1%
G = 35.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#965400 (or 0x965400) is known color: Golden Brown. HEX triplet: 96, 54 and 00. RGB value is (150,84,0). Sum of RGB (Red+Green+Blue) = 150+84+0=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #965400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965400 is #69ABFF. Grayscale: #5E5E5E. Windows color (decimal): -6925312 or 21654. OLE color: 21654.

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

Color convert

RGB 150 84 0 -
CMYK 0 0.44 1 0.41
HSL 33.6º 1% 0.29% -
HSV(B) 33.6º 1% 0.59% -
XYZ 15.75 12.82 1.65 -
YUV 94.16 74.87 167.83 -
System Red Green Blue C M Y K H S L
Decimal 150 84 0 0 0.44 1 0.41 33.6 1 0.29
Hex 96 54 0 0 2C 64 29 22 64 1D
Octal 226 124 0 0 54 144 51 42 144 35
Binary 10010110 1010100 0 0 101100 1100100 101001 100010 1100100 11101

Color Harmonies of #965400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965400

Black with #965400

Text Example


Text Example

White with #965400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965400; }

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

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

background-color css

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

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

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

border-color css

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

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

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