#95671A

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

Shades of Golden Brown #95671A

Tints of Golden Brown #95671A

Color information

#95671A (or 0x95671A) is unknown color: approx Golden Brown. HEX triplet: 95, 67 and 1A. RGB value is (149,103,26). Sum of RGB (Red+Green+Blue) = 149+103+26=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95671A is #6A98E5. Grayscale: #6C6C6C. Windows color (decimal): -6985958 or 1730453. OLE color: 1730453.

HSL color Cylindrical-coordinate representation of color #95671A: hue angle of 37.56º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95671A is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB14910326-
CMYK00.310.830.42
HSL37.56º70.29%34.31%-
HSV(B)37.56º82.55%58.43%-
XYZ17.4316.163.18-
YUV107.9881.74157.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.60%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 26 (10.55% from 255) = 9.35%
R=53.60%
G=37.05%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491032600.310.830.4237.5670.2934.31
Hex95671A01F532A264622
Octal22514732037123524610642
Binary1001010111001111101001111110100111010101001101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95671A; }

 p { color: rgb(149,103,26); }

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

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

 a { background-color: rgb(149,103,26); }

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

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

 span { border-color: rgb(149,103,26); }

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