Html Css Color HEX #916601 Golden Brown

📋 copy color: '#916601'

red 145 ◦ green 102 ◦ blue 1

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

Shades of Golden Brown #916601

Tints of Golden Brown #916601

RGB

 RED value IS 145 (57.03% from 255) = 58.47%

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

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

R = 58.47%
G = 41.13%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#916601 (or 0x916601) is known color: Golden Brown. HEX triplet: 91, 66 and 01. RGB value is (145,102,1). Sum of RGB (Red+Green+Blue) = 145+102+1=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #916601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916601 is #6E99FE. Grayscale: #676767. Windows color (decimal): -7248383 or 91793. OLE color: 91793.

HSL color Cylindrical-coordinate representation of color #916601: hue angle of 42.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #916601 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 102 1 -
CMYK 0 0.30 0.99 0.43
HSL 42.08º 0.99% 0.29% -
HSV(B) 42.08º 0.99% 0.57% -
XYZ 16.43 15.52 2.16 -
YUV 103.34 70.25 157.71 -
System Red Green Blue C M Y K H S L
Decimal 145 102 1 0 0.30 0.99 0.43 42.08 0.99 0.29
Hex 91 66 1 0 1E 63 2B 2A 63 1D
Octal 221 146 1 0 36 143 53 52 143 35
Binary 10010001 1100110 1 0 11110 1100011 101011 101010 1100011 11101

Color Harmonies of #916601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916601

Black with #916601

Text Example


Text Example

White with #916601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916601; }

 p { color: rgb(145,102,1); }

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

background-color css

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

 a { background-color: rgb(145,102,1); }

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

border-color css

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

 span { border-color: rgb(145,102,1); }

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