#69534C

Color #69534C Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #69534C

Tints of Congo Brown #69534C

Color information

#69534C (or 0x69534C) is unknown color: approx Congo Brown. HEX triplet: 69, 53 and 4C. RGB value is (105,83,76). Sum of RGB (Red+Green+Blue) = 105+83+76=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #69534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69534C is #96ACB3. Grayscale: #585858. Windows color (decimal): -9874612 or 5002089. OLE color: 5002089.

HSL color Cylindrical-coordinate representation of color #69534C: hue angle of 14.48º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69534C is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1058376-
CMYK00.210.280.59
HSL14.48º16.02%35.49%-
HSV(B)14.48º27.62%41.18%-
XYZ10.229.718.17-
YUV88.78120.79139.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.77%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 76 (30.08% from 255) = 28.79%
R=39.77%
G=31.44%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105837600.210.280.5914.4816.0235.49
Hex69534C0151C3Be1023
Octal1511231140253473162043
Binary11010011010011100110001010111100111011111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69534C; }

 p { color: rgb(105,83,76); }

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

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

 a { background-color: rgb(105,83,76); }

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

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

 span { border-color: rgb(105,83,76); }

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