Html Css Color HEX #936C0D Golden Brown

📋 copy color: '#936C0D'

red 147 ◦ green 108 ◦ blue 13

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

Shades of Golden Brown #936C0D

Tints of Golden Brown #936C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.3%

 BLUE value IS 13 (5.47% from 255) = 4.85%

R = 54.85%
G = 40.3%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#936C0D (or 0x936C0D) is known color: Golden Brown. HEX triplet: 93, 6C and 0D. RGB value is (147,108,13). Sum of RGB (Red+Green+Blue) = 147+108+13=268 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.85% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 147 - color contains mainly: red. Hex color #936C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936C0D is #6C93F2. Grayscale: #6D6D6D. Windows color (decimal): -7115763 or 879763. OLE color: 879763.

HSL color Cylindrical-coordinate representation of color #936C0D: hue angle of 42.54º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #936C0D is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 108 13 -
CMYK 0 0.27 0.91 0.42
HSL 42.54º 0.84% 0.31% -
HSV(B) 42.54º 0.91% 0.58% -
XYZ 17.47 16.96 2.73 -
YUV 108.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 147 108 13 0 0.27 0.91 0.42 42.54 0.84 0.31
Hex 93 6C D 0 1B 5B 2A 2B 54 1F
Octal 223 154 15 0 33 133 52 53 124 37
Binary 10010011 1101100 1101 0 11011 1011011 101010 101011 1010100 11111

Color Harmonies of #936C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936C0D

Black with #936C0D

Text Example


Text Example

White with #936C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936C0D; }

 p { color: rgb(147,108,13); }

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

background-color css

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

 a { background-color: rgb(147,108,13); }

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

border-color css

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

 span { border-color: rgb(147,108,13); }

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