Html Css Color HEX #93661D Golden Brown

📋 copy color: '#93661D'

red 147 ◦ green 102 ◦ blue 29

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

Shades of Golden Brown #93661D

Tints of Golden Brown #93661D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.43%

R = 52.88%
G = 36.69%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93661D (or 0x93661D) is known color: Golden Brown. HEX triplet: 93, 66 and 1D. RGB value is (147,102,29). Sum of RGB (Red+Green+Blue) = 147+102+29=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #93661D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93661D is #6C99E2. Grayscale: #6B6B6B. Windows color (decimal): -7117283 or 1926803. OLE color: 1926803.

HSL color Cylindrical-coordinate representation of color #93661D: hue angle of 37.12º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93661D is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 102 29 -
CMYK 0 0.31 0.80 0.42
HSL 37.12º 0.67% 0.35% -
HSV(B) 37.12º 0.8% 0.58% -
XYZ 17.01 15.79 3.31 -
YUV 107.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 147 102 29 0 0.31 0.80 0.42 37.12 0.67 0.35
Hex 93 66 1D 0 1F 50 2A 25 43 23
Octal 223 146 35 0 37 120 52 45 103 43
Binary 10010011 1100110 11101 0 11111 1010000 101010 100101 1000011 100011

Color Harmonies of #93661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93661D

Black with #93661D

Text Example


Text Example

White with #93661D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93661D; }

 p { color: rgb(147,102,29); }

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

background-color css

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

 a { background-color: rgb(147,102,29); }

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

border-color css

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

 span { border-color: rgb(147,102,29); }

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