Html Css Color HEX #966701 Golden Brown

📋 copy color: '#966701'

red 150 ◦ green 103 ◦ blue 1

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

Shades of Golden Brown #966701

Tints of Golden Brown #966701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.55%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 59.06%
G = 40.55%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#966701 (or 0x966701) is known color: Golden Brown. HEX triplet: 96, 67 and 01. RGB value is (150,103,1). Sum of RGB (Red+Green+Blue) = 150+103+1=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #966701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966701 is #6998FE. Grayscale: #696969. Windows color (decimal): -6920447 or 92054. OLE color: 92054.

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

Color convert

RGB 150 103 1 -
CMYK 0 0.31 0.99 0.41
HSL 41.07º 0.99% 0.3% -
HSV(B) 41.07º 0.99% 0.59% -
XYZ 17.43 16.19 2.23 -
YUV 105.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 150 103 1 0 0.31 0.99 0.41 41.07 0.99 0.3
Hex 96 67 1 0 1F 63 29 29 63 1E
Octal 226 147 1 0 37 143 51 51 143 36
Binary 10010110 1100111 1 0 11111 1100011 101001 101001 1100011 11110

Color Harmonies of #966701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966701

Black with #966701

Text Example


Text Example

White with #966701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966701; }

 p { color: rgb(150,103,1); }

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

background-color css

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

 a { background-color: rgb(150,103,1); }

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

border-color css

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

 span { border-color: rgb(150,103,1); }

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