#94651D

Color #94651D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #94651D

Tints of Golden Brown #94651D

Color information

#94651D (or 0x94651D) is unknown color: approx Golden Brown. HEX triplet: 94, 65 and 1D. RGB value is (148,101,29). Sum of RGB (Red+Green+Blue) = 148+101+29=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #94651D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94651D is #6B9AE2. Grayscale: #6B6B6B. Windows color (decimal): -7052003 or 1926548. OLE color: 1926548.

HSL color Cylindrical-coordinate representation of color #94651D: hue angle of 36.3º 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 #94651D is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14810129-
CMYK00.320.800.42
HSL36.3º67.23%34.71%-
HSV(B)36.3º80.41%58.04%-
XYZ17.0915.693.29-
YUV106.8484.07157.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.24%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 29 (11.72% from 255) = 10.43%
R=53.24%
G=36.33%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481012900.320.800.4236.367.2334.71
Hex94651D020502A244323
Octal22414535040120524410343
Binary10010100110010111101010000010100001010101001001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94651D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,101,29); }

 H1.HeaderClassName
 {
   color: #94651D;
 }
 .AnyTagClassName
 {
   color: #94651D;
 }
</style>
background-color css

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

 a { background-color: rgb(148,101,29); }

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

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

 span { border-color: rgb(148,101,29); }

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