Html Css Color HEX #935601 Golden Brown

📋 copy color: '#935601'

red 147 ◦ green 86 ◦ blue 1

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

Shades of Golden Brown #935601

Tints of Golden Brown #935601

RGB

 RED value IS 147 (57.81% from 255) = 62.82%

 GREEN value IS 86 (33.98% from 255) = 36.75%

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

R = 62.82%
G = 36.75%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#935601 (or 0x935601) is known color: Golden Brown. HEX triplet: 93, 56 and 01. RGB value is (147,86,1). Sum of RGB (Red+Green+Blue) = 147+86+1=234 (30% of max value = 765). Red value is 147 (57.81% from 255 or 62.82% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 147 - color contains mainly: red. Hex color #935601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935601 is #6CA9FE. Grayscale: #5E5E5E. Windows color (decimal): -7121407 or 87699. OLE color: 87699.

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

Color convert

RGB 147 86 1 -
CMYK 0 0.41 0.99 0.42
HSL 34.93º 0.99% 0.29% -
HSV(B) 34.93º 0.99% 0.58% -
XYZ 15.37 12.86 1.7 -
YUV 94.55 75.21 165.41 -
System Red Green Blue C M Y K H S L
Decimal 147 86 1 0 0.41 0.99 0.42 34.93 0.99 0.29
Hex 93 56 1 0 29 63 2A 23 63 1D
Octal 223 126 1 0 51 143 52 43 143 35
Binary 10010011 1010110 1 0 101001 1100011 101010 100011 1100011 11101

Color Harmonies of #935601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935601

Black with #935601

Text Example


Text Example

White with #935601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935601; }

 p { color: rgb(147,86,1); }

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

background-color css

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

 a { background-color: rgb(147,86,1); }

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

border-color css

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

 span { border-color: rgb(147,86,1); }

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