#68453F

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

Shades of Congo Brown #68453F

Tints of Congo Brown #68453F

Color information

#68453F (or 0x68453F) is unknown color: approx Congo Brown. HEX triplet: 68, 45 and 3F. RGB value is (104,69,63). Sum of RGB (Red+Green+Blue) = 104+69+63=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68453F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68453F is #97BAC0. Grayscale: #4E4E4E. Windows color (decimal): -9943745 or 4146536. OLE color: 4146536.

HSL color Cylindrical-coordinate representation of color #68453F: hue angle of 8.78º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68453F is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1046963-
CMYK00.340.390.59
HSL8.78º24.55%32.75%-
HSV(B)8.78º39.42%40.78%-
XYZ8.737.565.7-
YUV78.78119.1145.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 63 (25% from 255) = 26.69%
R=44.07%
G=29.24%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104696300.340.390.598.7824.5532.75
Hex68453F022273B91921
Octal150105770424773113141
Binary110100010001011111110100010100111111011100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68453F; }

 p { color: rgb(104,69,63); }

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

<style>
 a { background-color: #68453F; }

 a { background-color: rgb(104,69,63); }

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

<style>
 span { border-color: #68453F; }

 span { border-color: rgb(104,69,63); }

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